#408BFF

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

Shades of Dodger Blue #408BFF

Tints of Dodger Blue #408BFF

Color information

#408BFF (or 0x408BFF) is unknown color: approx Dodger Blue. HEX triplet: 40, 8B and FF. RGB value is (64,139,255). Sum of RGB (Red+Green+Blue) = 64+139+255=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #408BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BFF is #BF7400. Grayscale: #818181. Windows color (decimal): -12547073 or 16747328. OLE color: 16747328.

HSL color Cylindrical-coordinate representation of color #408BFF: hue angle of 216.44º 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 #408BFF is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64139255-
CMYK0.750.4500
HSL216.44º100%62.55%-
HSV(B)216.44º74.9%100%-
XYZ29.426.7898.23-
YUV129.8198.6581.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.97%
GREEN value IS 139 (54.69% from 255) = 30.35%
BLUE value IS 255 (100% from 255) = 55.68%
R=13.97%
G=30.35%
B=55.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641392550.750.4500216.4410062.55
Hex408BFF4B2D00d8643f
Octal100213377113550033014477
Binary10000001000101111111111100101110110100110110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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