#408AF4

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

Shades of Dodger Blue #408AF4

Tints of Dodger Blue #408AF4

Color information

#408AF4 (or 0x408AF4) is unknown color: approx Dodger Blue. HEX triplet: 40, 8A and F4. RGB value is (64,138,244). Sum of RGB (Red+Green+Blue) = 64+138+244=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #408AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408AF4 is #BF750B. Grayscale: #7F7F7F. Windows color (decimal): -12547340 or 16026176. OLE color: 16026176.

HSL color Cylindrical-coordinate representation of color #408AF4: hue angle of 215.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408AF4 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB64138244-
CMYK0.740.4300.04
HSL215.33º89.11%60.39%-
HSV(B)215.33º73.77%95.69%-
XYZ27.5325.889.12-
YUV127.96193.4882.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.35%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 244 (95.70% from 255) = 54.71%
R=14.35%
G=30.94%
B=54.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal641382440.740.4300.04215.3389.1160.39
Hex408AF44A2B04d7593c
Octal100212364112530432713174
Binary1000000100010101111010010010101010110100110101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,138,244); }

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

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

 a { background-color: rgb(64,138,244); }

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

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

 span { border-color: rgb(64,138,244); }

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