#408FFA

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

Shades of Dodger Blue #408FFA

Tints of Dodger Blue #408FFA

Color information

#408FFA (or 0x408FFA) is unknown color: approx Dodger Blue. HEX triplet: 40, 8F and FA. RGB value is (64,143,250). Sum of RGB (Red+Green+Blue) = 64+143+250=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #408FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FFA is #BF7005. Grayscale: #838383. Windows color (decimal): -12546054 or 16420672. OLE color: 16420672.

HSL color Cylindrical-coordinate representation of color #408FFA: hue angle of 214.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408FFA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64143250-
CMYK0.740.4300.02
HSL214.52º94.9%61.57%-
HSV(B)214.52º74.4%98.04%-
XYZ29.1927.6494.24-
YUV131.58194.8379.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.00%
GREEN value IS 143 (56.25% from 255) = 31.29%
BLUE value IS 250 (98.05% from 255) = 54.70%
R=14.00%
G=31.29%
B=54.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641432500.740.4300.02214.5294.961.57
Hex408FFA4A2B02d75f3e
Octal100217372112530232713776
Binary100000010001111111110101001010101011010110101111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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