#409CFA

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

Shades of Dodger Blue #409CFA

Tints of Dodger Blue #409CFA

Color information

#409CFA (or 0x409CFA) is unknown color: approx Dodger Blue. HEX triplet: 40, 9C and FA. RGB value is (64,156,250). Sum of RGB (Red+Green+Blue) = 64+156+250=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #409CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409CFA is #BF6305. Grayscale: #8A8A8A. Windows color (decimal): -12542726 or 16424000. OLE color: 16424000.

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

Color convert

RGB64156250-
CMYK0.740.3800.02
HSL210.32º94.9%61.57%-
HSV(B)210.32º74.4%98.04%-
XYZ31.2631.7794.93-
YUV139.21190.5274.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 13.62%
GREEN value IS 156 (61.33% from 255) = 33.19%
BLUE value IS 250 (98.05% from 255) = 53.19%
R=13.62%
G=33.19%
B=53.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641562500.740.3800.02210.3294.961.57
Hex409CFA4A2602d25f3e
Octal100234372112460232213776
Binary100000010011100111110101001010100110010110100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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