#408DFF

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

Shades of Dodger Blue #408DFF

Tints of Dodger Blue #408DFF

Color information

#408DFF (or 0x408DFF) is unknown color: approx Dodger Blue. HEX triplet: 40, 8D and FF. RGB value is (64,141,255). Sum of RGB (Red+Green+Blue) = 64+141+255=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #408DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408DFF is #BF7200. Grayscale: #828282. Windows color (decimal): -12546561 or 16747840. OLE color: 16747840.

HSL color Cylindrical-coordinate representation of color #408DFF: hue angle of 215.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408DFF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64141255-
CMYK0.750.4500
HSL215.81º100%62.55%-
HSV(B)215.81º74.9%100%-
XYZ29.6927.3698.32-
YUV130.97197.9980.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.91%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 255 (100% from 255) = 55.43%
R=13.91%
G=30.65%
B=55.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641412550.750.4500215.8110062.55
Hex408DFF4B2D00d8643f
Octal100215377113550033014477
Binary10000001000110111111111100101110110100110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,141,255); }

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

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

 a { background-color: rgb(64,141,255); }

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

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

 span { border-color: rgb(64,141,255); }

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