Html Css Color HEX #409ACC Picton Blue

📋 copy color: '#409ACC'

red 64 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #409ACC

Tints of Picton Blue #409ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.49%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 15.17%
G = 36.49%
B = 48.34%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#409ACC (or 0x409ACC) is known color: Picton Blue. HEX triplet: 40, 9A and CC. RGB value is (64,154,204). Sum of RGB (Red+Green+Blue) = 64+154+204=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #409ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409ACC is #BF6533. Grayscale: #848484. Windows color (decimal): -12543284 or 13408832. OLE color: 13408832.

HSL color Cylindrical-coordinate representation of color #409ACC: 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.69%. Process color model (Four color, CMYK) of #409ACC is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 154 204 -
CMYK 0.69 0.25 0 0.2
HSL 201.43º 0.58% 0.53% -
HSV(B) 201.43º 0.69% 0.8% -
XYZ 24.57 28.56 61.34 -
YUV 132.79 168.18 78.93 -
System Red Green Blue C M Y K H S L
Decimal 64 154 204 0.69 0.25 0 0.2 201.43 0.58 0.53
Hex 40 9A CC 45 19 0 14 C9 3A 35
Octal 100 232 314 105 31 0 24 311 72 65
Binary 1000000 10011010 11001100 1000101 11001 0 10100 11001001 111010 110101

Color Harmonies of #409ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409ACC

Black with #409ACC

Text Example


Text Example

White with #409ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,154,204); }

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

background-color css

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

 a { background-color: rgb(64,154,204); }

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

border-color css

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

 span { border-color: rgb(64,154,204); }

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