Html Css Color HEX #409FFF Dodger Blue

📋 copy color: '#409FFF'

red 64 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #409FFF

Tints of Dodger Blue #409FFF

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 value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#409FFF (or 0x409FFF) is known color: 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

RGB 64 159 255 -
CMYK 0.75 0.38 0 0
HSL 210.16º 1% 0.63% -
HSV(B) 210.16º 0.75% 1% -
XYZ 32.56 33.11 99.28 -
YUV 141.54 192.03 72.69 -
System Red Green Blue C M Y K H S L
Decimal 64 159 255 0.75 0.38 0 0 210.16 1 0.63
Hex 40 9F FF 4B 26 0 0 D2 64 3F
Octal 100 237 377 113 46 0 0 322 144 77
Binary 1000000 10011111 11111111 1001011 100110 0 0 11010010 1100100 111111

Color Harmonies of #409FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FFF

Black with #409FFF

Text Example


Text Example

White with #409FFF

Text Example


Text Example

HTML Codes & Css Web 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>