Html Css Color HEX #419BCD Picton Blue

📋 copy color: '#419BCD'

red 65 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #419BCD

Tints of Picton Blue #419BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 15.29%
G = 36.47%
B = 48.24%

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

#419BCD (or 0x419BCD) is known color: Picton Blue. HEX triplet: 41, 9B and CD. RGB value is (65,155,205). Sum of RGB (Red+Green+Blue) = 65+155+205=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #419BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BCD is #BE6432. Grayscale: #858585. Windows color (decimal): -12477491 or 13474625. OLE color: 13474625.

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

Color convert

RGB 65 155 205 -
CMYK 0.68 0.24 0 0.20
HSL 201.43º 0.58% 0.53% -
HSV(B) 201.43º 0.68% 0.8% -
XYZ 24.92 28.97 62.04 -
YUV 133.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 65 155 205 0.68 0.24 0 0.20 201.43 0.58 0.53
Hex 41 9B CD 44 18 0 14 C9 3A 35
Octal 101 233 315 104 30 0 24 311 72 65
Binary 1000001 10011011 11001101 1000100 11000 0 10100 11001001 111010 110101

Color Harmonies of #419BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419BCD

Black with #419BCD

Text Example


Text Example

White with #419BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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