#409EFA

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

Shades of Dodger Blue #409EFA

Tints of Dodger Blue #409EFA

Color information

#409EFA (or 0x409EFA) is unknown color: approx Dodger Blue. HEX triplet: 40, 9E and FA. RGB value is (64,158,250). Sum of RGB (Red+Green+Blue) = 64+158+250=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #409EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409EFA is #BF6105. Grayscale: #8B8B8B. Windows color (decimal): -12542214 or 16424512. OLE color: 16424512.

HSL color Cylindrical-coordinate representation of color #409EFA: hue angle of 209.68º 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 #409EFA is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64158250-
CMYK0.740.3700.02
HSL209.68º94.9%61.57%-
HSV(B)209.68º74.4%98.04%-
XYZ31.632.4595.04-
YUV140.38189.8673.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.56%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 52.97%
R=13.56%
G=33.47%
B=52.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641582500.740.3700.02209.6894.961.57
Hex409EFA4A2502d25f3e
Octal100236372112450232213776
Binary100000010011110111110101001010100101010110100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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