#409FFF

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

Shades of Dodger Blue #409FFF

Tints of Dodger Blue #409FFF

Color information

#409FFF (or 0x409FFF) is unknown color: approx Dodger Blue. HEX triplet: 40, 9F and FF. RGB value is (64,159,255). Sum of RGB (Red+Green+Blue) = 64+159+255=478 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.39% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #409FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409FFF is #BF6000. Grayscale: #8D8D8D. Windows color (decimal): -12541953 or 16752448. OLE color: 16752448.

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

Color convert

RGB64159255-
CMYK0.750.3800
HSL210.16º100%62.55%-
HSV(B)210.16º74.9%100%-
XYZ32.5633.1199.28-
YUV141.54192.0372.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.39%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 255 (100% from 255) = 53.35%
R=13.39%
G=33.26%
B=53.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641592550.750.3800210.1610062.55
Hex409FFF4B2600d2643f
Octal100237377113460032214477
Binary10000001001111111111111100101110011000110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409FFF; }

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

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

<style>
 a { background-color: #409FFF; }

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

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

<style>
 span { border-color: #409FFF; }

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

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