Html Css Color HEX #408FDC Picton Blue

📋 copy color: '#408FDC'

red 64 ◦ green 143 ◦ blue 220

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

Shades of Picton Blue #408FDC

Tints of Picton Blue #408FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

 BLUE value IS 220 (86.33% from 255) = 51.52%

R = 14.99%
G = 33.49%
B = 51.52%

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

#408FDC (or 0x408FDC) is known color: Picton Blue. HEX triplet: 40, 8F and DC. RGB value is (64,143,220). Sum of RGB (Red+Green+Blue) = 64+143+220=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #408FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FDC is #BF7023. Grayscale: #7F7F7F. Windows color (decimal): -12546084 or 14454592. OLE color: 14454592.

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

Color convert

RGB 64 143 220 -
CMYK 0.71 0.35 0 0.14
HSL 209.62º 0.69% 0.56% -
HSV(B) 209.62º 0.71% 0.86% -
XYZ 24.86 25.9 71.4 -
YUV 128.16 179.83 82.24 -
System Red Green Blue C M Y K H S L
Decimal 64 143 220 0.71 0.35 0 0.14 209.62 0.69 0.56
Hex 40 8F DC 47 23 0 E D2 45 38
Octal 100 217 334 107 43 0 16 322 105 70
Binary 1000000 10001111 11011100 1000111 100011 0 1110 11010010 1000101 111000

Color Harmonies of #408FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FDC

Black with #408FDC

Text Example


Text Example

White with #408FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,220); }

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

background-color css

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

 a { background-color: rgb(64,143,220); }

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

border-color css

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

 span { border-color: rgb(64,143,220); }

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