#408FF7

Color #408FF7 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #408FF7

Tints of Dodger Blue #408FF7

Color information

#408FF7 (or 0x408FF7) is unknown color: approx Dodger Blue. HEX triplet: 40, 8F and F7. RGB value is (64,143,247). Sum of RGB (Red+Green+Blue) = 64+143+247=454 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.10% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #408FF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FF7 is #BF7008. Grayscale: #828282. Windows color (decimal): -12546057 or 16224064. OLE color: 16224064.

HSL color Cylindrical-coordinate representation of color #408FF7: hue angle of 214.1º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408FF7 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64143247-
CMYK0.740.4200.03
HSL214.1º91.96%60.98%-
HSV(B)214.1º74.09%96.86%-
XYZ28.7327.4591.78-
YUV131.23193.3380.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.10%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 247 (96.88% from 255) = 54.41%
R=14.10%
G=31.50%
B=54.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal641432470.740.4200.03214.191.9660.98
Hex408FF74A2A03d65c3d
Octal100217367112520332613475
Binary100000010001111111101111001010101010011110101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #408FF7;
 }
 .AnyTagClassName
 {
   color: #408FF7;
 }
</style>
background-color css

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

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

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

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

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

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