Html Css Color HEX #408EDB Picton Blue

📋 copy color: '#408EDB'

red 64 ◦ green 142 ◦ blue 219

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

Shades of Picton Blue #408EDB

Tints of Picton Blue #408EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.41%

 BLUE value IS 219 (85.94% from 255) = 51.53%

R = 15.06%
G = 33.41%
B = 51.53%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#408EDB (or 0x408EDB) is known color: Picton Blue. HEX triplet: 40, 8E and DB. RGB value is (64,142,219). Sum of RGB (Red+Green+Blue) = 64+142+219=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #408EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EDB is #BF7124. Grayscale: #7F7F7F. Windows color (decimal): -12546341 or 14388800. OLE color: 14388800.

HSL color Cylindrical-coordinate representation of color #408EDB: hue angle of 209.81º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408EDB is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 142 219 -
CMYK 0.71 0.35 0 0.14
HSL 209.81º 0.68% 0.55% -
HSV(B) 209.81º 0.71% 0.86% -
XYZ 24.57 25.55 70.65 -
YUV 127.46 179.66 82.74 -
System Red Green Blue C M Y K H S L
Decimal 64 142 219 0.71 0.35 0 0.14 209.81 0.68 0.55
Hex 40 8E DB 47 23 0 E D2 44 37
Octal 100 216 333 107 43 0 16 322 104 67
Binary 1000000 10001110 11011011 1000111 100011 0 1110 11010010 1000100 110111

Color Harmonies of #408EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EDB

Black with #408EDB

Text Example


Text Example

White with #408EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408EDB; }

 p { color: rgb(64,142,219); }

 H1.HeaderClassName
 {
   color: #408EDB;
 }
 .AnyTagClassName
 {
   color: #408EDB;
 }
</style>

background-color css

<style>
 a { background-color: #408EDB; }

 a { background-color: rgb(64,142,219); }

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

border-color css

<style>
 span { border-color: #408EDB; }

 span { border-color: rgb(64,142,219); }

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