Html Css Color HEX #408EDA Picton Blue

📋 copy color: '#408EDA'

red 64 ◦ green 142 ◦ blue 218

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

Shades of Picton Blue #408EDA

Tints of Picton Blue #408EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 15.09%
G = 33.49%
B = 51.42%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#408EDA (or 0x408EDA) is known color: Picton Blue. HEX triplet: 40, 8E and DA. RGB value is (64,142,218). Sum of RGB (Red+Green+Blue) = 64+142+218=424 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.09% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #408EDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408EDA is #BF7125. Grayscale: #7E7E7E. Windows color (decimal): -12546342 or 14323264. OLE color: 14323264.

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

Color convert

RGB 64 142 218 -
CMYK 0.71 0.35 0 0.15
HSL 209.61º 0.68% 0.55% -
HSV(B) 209.61º 0.71% 0.85% -
XYZ 24.44 25.5 69.96 -
YUV 127.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 64 142 218 0.71 0.35 0 0.15 209.61 0.68 0.55
Hex 40 8E DA 47 23 0 F D2 44 37
Octal 100 216 332 107 43 0 17 322 104 67
Binary 1000000 10001110 11011010 1000111 100011 0 1111 11010010 1000100 110111

Color Harmonies of #408EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EDA

Black with #408EDA

Text Example


Text Example

White with #408EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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