Html Css Color HEX #419CCE Picton Blue

📋 copy color: '#419CCE'

red 65 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #419CCE

Tints of Picton Blue #419CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 15.22%
G = 36.53%
B = 48.24%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#419CCE (or 0x419CCE) is known color: Picton Blue. HEX triplet: 41, 9C and CE. RGB value is (65,156,206). Sum of RGB (Red+Green+Blue) = 65+156+206=427 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.22% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #419CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCE is #BE6331. Grayscale: #868686. Windows color (decimal): -12477234 or 13540417. OLE color: 13540417.

HSL color Cylindrical-coordinate representation of color #419CCE: hue angle of 201.28º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #419CCE is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 156 206 -
CMYK 0.68 0.24 0 0.19
HSL 201.28º 0.59% 0.53% -
HSV(B) 201.28º 0.68% 0.81% -
XYZ 25.21 29.36 62.73 -
YUV 134.49 168.35 78.43 -
System Red Green Blue C M Y K H S L
Decimal 65 156 206 0.68 0.24 0 0.19 201.28 0.59 0.53
Hex 41 9C CE 44 18 0 13 C9 3B 35
Octal 101 234 316 104 30 0 23 311 73 65
Binary 1000001 10011100 11001110 1000100 11000 0 10011 11001001 111011 110101

Color Harmonies of #419CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CCE

Black with #419CCE

Text Example


Text Example

White with #419CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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