Html Css Color HEX #409CFF Dodger Blue

📋 copy color: '#409CFF'

red 64 ◦ green 156 ◦ blue 255

#409CFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #409CFF

Tints of Dodger Blue #409CFF

RGB

 RED value IS 64 (25.39% from 255) = 13.47%

 GREEN value IS 156 (61.33% from 255) = 32.84%

 BLUE value IS 255 (100% from 255) = 53.68%

R = 13.47%
G = 32.84%
B = 53.68%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#409CFF (or 0x409CFF) is known color: Dodger Blue. HEX triplet: 40, 9C and FF. RGB value is (64,156,255). Sum of RGB (Red+Green+Blue) = 64+156+255=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #409CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409CFF is #BF6300. Grayscale: #8B8B8B. Windows color (decimal): -12542721 or 16751680. OLE color: 16751680.

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

Color convert

RGB 64 156 255 -
CMYK 0.75 0.39 0 0
HSL 211.1º 1% 0.63% -
HSV(B) 211.1º 0.75% 1% -
XYZ 32.05 32.09 99.11 -
YUV 139.78 193.02 73.95 -
System Red Green Blue C M Y K H S L
Decimal 64 156 255 0.75 0.39 0 0 211.1 1 0.63
Hex 40 9C FF 4B 27 0 0 D3 64 3F
Octal 100 234 377 113 47 0 0 323 144 77
Binary 1000000 10011100 11111111 1001011 100111 0 0 11010011 1100100 111111

Color Harmonies of #409CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CFF

Black with #409CFF

Text Example


Text Example

White with #409CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #409CFF;
 }
 .AnyTagClassName
 {
   color: #409CFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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