Html Css Color HEX #419CCB Picton Blue

📋 copy color: '#419CCB'

red 65 ◦ green 156 ◦ blue 203

#419CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #419CCB

Tints of Picton Blue #419CCB

RGB

 RED value IS 65 (25.78% from 255) = 15.33%

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 15.33%
G = 36.79%
B = 47.88%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#419CCB (or 0x419CCB) is known color: Picton Blue. HEX triplet: 41, 9C and CB. RGB value is (65,156,203). Sum of RGB (Red+Green+Blue) = 65+156+203=424 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.33% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #419CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCB is #BE6334. Grayscale: #858585. Windows color (decimal): -12477237 or 13343809. OLE color: 13343809.

HSL color Cylindrical-coordinate representation of color #419CCB: hue angle of 200.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419CCB is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 156 203 -
CMYK 0.68 0.23 0 0.20
HSL 200.43º 0.57% 0.53% -
HSV(B) 200.43º 0.68% 0.8% -
XYZ 24.85 29.21 60.83 -
YUV 134.15 166.85 78.68 -
System Red Green Blue C M Y K H S L
Decimal 65 156 203 0.68 0.23 0 0.20 200.43 0.57 0.53
Hex 41 9C CB 44 17 0 14 C8 39 35
Octal 101 234 313 104 27 0 24 310 71 65
Binary 1000001 10011100 11001011 1000100 10111 0 10100 11001000 111001 110101

Color Harmonies of #419CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CCB

Black with #419CCB

Text Example


Text Example

White with #419CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419CCB; }

 p { color: rgb(65,156,203); }

 H1.HeaderClassName
 {
   color: #419CCB;
 }
 .AnyTagClassName
 {
   color: #419CCB;
 }
</style>

background-color css

<style>
 a { background-color: #419CCB; }

 a { background-color: rgb(65,156,203); }

 div.DivClassName
 {
   background-color: #419CCB;
 }
 .BgClassName
 {
   background-color: #419CCB;
 }
</style>

border-color css

<style>
 span { border-color: #419CCB; }

 span { border-color: rgb(65,156,203); }

 td.TdClassName
 {
   border-color: #419CCB;
 }
 .TagClassName
 {
   border-color: #419CCB;
 }
</style>