Html Css Color HEX #409AFA Dodger Blue

📋 copy color: '#409AFA'

red 64 ◦ green 154 ◦ blue 250

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

Shades of Dodger Blue #409AFA

Tints of Dodger Blue #409AFA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.91%

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 13.68%
G = 32.91%
B = 53.42%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#409AFA (or 0x409AFA) is known color: Dodger Blue. HEX triplet: 40, 9A and FA. RGB value is (64,154,250). Sum of RGB (Red+Green+Blue) = 64+154+250=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #409AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #409AFA is #BF6505. Grayscale: #898989. Windows color (decimal): -12543238 or 16423488. OLE color: 16423488.

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

Color convert

RGB 64 154 250 -
CMYK 0.74 0.38 0 0.02
HSL 210.97º 0.95% 0.62% -
HSV(B) 210.97º 0.74% 0.98% -
XYZ 30.93 31.1 94.82 -
YUV 138.03 191.18 75.19 -
System Red Green Blue C M Y K H S L
Decimal 64 154 250 0.74 0.38 0 0.02 210.97 0.95 0.62
Hex 40 9A FA 4A 26 0 2 D3 5F 3E
Octal 100 232 372 112 46 0 2 323 137 76
Binary 1000000 10011010 11111010 1001010 100110 0 10 11010011 1011111 111110

Color Harmonies of #409AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409AFA

Black with #409AFA

Text Example


Text Example

White with #409AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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