Html Css Color HEX #419CCD Picton Blue

📋 copy color: '#419CCD'

red 65 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #419CCD

Tints of Picton Blue #419CCD

RGB

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

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

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

R = 15.26%
G = 36.62%
B = 48.12%

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

#419CCD (or 0x419CCD) is known color: Picton Blue. HEX triplet: 41, 9C and CD. RGB value is (65,156,205). Sum of RGB (Red+Green+Blue) = 65+156+205=426 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.26% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #419CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CCD is #BE6332. Grayscale: #868686. Windows color (decimal): -12477235 or 13474881. OLE color: 13474881.

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

Color convert

RGB 65 156 205 -
CMYK 0.68 0.24 0 0.20
HSL 201º 0.58% 0.53% -
HSV(B) 201º 0.68% 0.8% -
XYZ 25.09 29.31 62.09 -
YUV 134.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 65 156 205 0.68 0.24 0 0.20 201 0.58 0.53
Hex 41 9C CD 44 18 0 14 C9 3A 35
Octal 101 234 315 104 30 0 24 311 72 65
Binary 1000001 10011100 11001101 1000100 11000 0 10100 11001001 111010 110101

Color Harmonies of #419CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419CCD

Black with #419CCD

Text Example


Text Example

White with #419CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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