Html Css Color HEX #419BCB Picton Blue

📋 copy color: '#419BCB'

red 65 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #419BCB

Tints of Picton Blue #419BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.64%

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

R = 15.37%
G = 36.64%
B = 47.99%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#419BCB (or 0x419BCB) is known color: Picton Blue. HEX triplet: 41, 9B and CB. RGB value is (65,155,203). Sum of RGB (Red+Green+Blue) = 65+155+203=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #419BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BCB is #BE6434. Grayscale: #858585. Windows color (decimal): -12477493 or 13343553. OLE color: 13343553.

HSL color Cylindrical-coordinate representation of color #419BCB: hue angle of 200.87º 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 #419BCB is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 155 203 -
CMYK 0.68 0.24 0 0.20
HSL 200.87º 0.57% 0.53% -
HSV(B) 200.87º 0.68% 0.8% -
XYZ 24.68 28.88 60.77 -
YUV 133.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 65 155 203 0.68 0.24 0 0.20 200.87 0.57 0.53
Hex 41 9B CB 44 18 0 14 C9 39 35
Octal 101 233 313 104 30 0 24 311 71 65
Binary 1000001 10011011 11001011 1000100 11000 0 10100 11001001 111001 110101

Color Harmonies of #419BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BCB

Black with #419BCB

Text Example


Text Example

White with #419BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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