#408CF7

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

Shades of Dodger Blue #408CF7

Tints of Dodger Blue #408CF7

Color information

#408CF7 (or 0x408CF7) is unknown color: approx Dodger Blue. HEX triplet: 40, 8C and F7. RGB value is (64,140,247). Sum of RGB (Red+Green+Blue) = 64+140+247=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #408CF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CF7 is #BF7308. Grayscale: #808080. Windows color (decimal): -12546825 or 16223296. OLE color: 16223296.

HSL color Cylindrical-coordinate representation of color #408CF7: hue angle of 215.08º 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 #408CF7 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB64140247-
CMYK0.740.4300.03
HSL215.08º91.96%60.98%-
HSV(B)215.08º74.09%96.86%-
XYZ28.2826.5691.63-
YUV129.47194.3281.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.19%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 247 (96.88% from 255) = 54.77%
R=14.19%
G=31.04%
B=54.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal641402470.740.4300.03215.0891.9660.98
Hex408CF74A2B03d75c3d
Octal100214367112530332713475
Binary100000010001100111101111001010101011011110101111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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