Html Css Color HEX #408CE0 Picton Blue

📋 copy color: '#408CE0'

red 64 ◦ green 140 ◦ blue 224

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

Shades of Picton Blue #408CE0

Tints of Picton Blue #408CE0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.71%

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 14.95%
G = 32.71%
B = 52.34%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#408CE0 (or 0x408CE0) is known color: Picton Blue. HEX triplet: 40, 8C and E0. RGB value is (64,140,224). Sum of RGB (Red+Green+Blue) = 64+140+224=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #408CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408CE0 is #BF731F. Grayscale: #7E7E7E. Windows color (decimal): -12546848 or 14715968. OLE color: 14715968.

HSL color Cylindrical-coordinate representation of color #408CE0: hue angle of 211.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #408CE0 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 140 224 -
CMYK 0.71 0.38 0 0.12
HSL 211.5º 0.72% 0.56% -
HSV(B) 211.5º 0.71% 0.88% -
XYZ 24.95 25.23 74.08 -
YUV 126.85 182.82 83.17 -
System Red Green Blue C M Y K H S L
Decimal 64 140 224 0.71 0.38 0 0.12 211.5 0.72 0.56
Hex 40 8C E0 47 26 0 C D4 48 38
Octal 100 214 340 107 46 0 14 324 110 70
Binary 1000000 10001100 11100000 1000111 100110 0 1100 11010100 1001000 111000

Color Harmonies of #408CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CE0

Black with #408CE0

Text Example


Text Example

White with #408CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,224); }

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

background-color css

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

 a { background-color: rgb(64,140,224); }

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

border-color css

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

 span { border-color: rgb(64,140,224); }

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