Html Css Color HEX #409CCD Picton Blue

📋 copy color: '#409CCD'

red 64 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #409CCD

Tints of Picton Blue #409CCD

RGB

 RED value IS 64 (25.39% from 255) = 15.06%

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

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

R = 15.06%
G = 36.71%
B = 48.24%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#409CCD (or 0x409CCD) is known color: Picton Blue. HEX triplet: 40, 9C and CD. RGB value is (64,156,205). Sum of RGB (Red+Green+Blue) = 64+156+205=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 156 (61.33% from 255 or 36.71% 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 #409CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CCD is #BF6332. Grayscale: #858585. Windows color (decimal): -12542771 or 13474880. OLE color: 13474880.

HSL color Cylindrical-coordinate representation of color #409CCD: hue angle of 200.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #409CCD is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 156 205 -
CMYK 0.69 0.24 0 0.20
HSL 200.85º 0.59% 0.53% -
HSV(B) 200.85º 0.69% 0.8% -
XYZ 25.02 29.27 62.09 -
YUV 134.08 168.02 78.02 -
System Red Green Blue C M Y K H S L
Decimal 64 156 205 0.69 0.24 0 0.20 200.85 0.59 0.53
Hex 40 9C CD 45 18 0 14 C9 3B 35
Octal 100 234 315 105 30 0 24 311 73 65
Binary 1000000 10011100 11001101 1000101 11000 0 10100 11001001 111011 110101

Color Harmonies of #409CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CCD

Black with #409CCD

Text Example


Text Example

White with #409CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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