Html Css Color HEX #408DF2 Dodger Blue

📋 copy color: '#408DF2'

red 64 ◦ green 141 ◦ blue 242

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

Shades of Dodger Blue #408DF2

Tints of Dodger Blue #408DF2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

 BLUE value IS 242 (94.92% from 255) = 54.14%

R = 14.32%
G = 31.54%
B = 54.14%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#408DF2 (or 0x408DF2) is known color: Dodger Blue. HEX triplet: 40, 8D and F2. RGB value is (64,141,242). Sum of RGB (Red+Green+Blue) = 64+141+242=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #408DF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408DF2 is #BF720D. Grayscale: #818181. Windows color (decimal): -12546574 or 15895872. OLE color: 15895872.

HSL color Cylindrical-coordinate representation of color #408DF2: hue angle of 214.04º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408DF2 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 141 242 -
CMYK 0.74 0.42 0 0.05
HSL 214.04º 0.87% 0.6% -
HSV(B) 214.04º 0.74% 0.95% -
XYZ 27.67 26.55 87.67 -
YUV 129.49 191.49 81.29 -
System Red Green Blue C M Y K H S L
Decimal 64 141 242 0.74 0.42 0 0.05 214.04 0.87 0.6
Hex 40 8D F2 4A 2A 0 5 D6 57 3C
Octal 100 215 362 112 52 0 5 326 127 74
Binary 1000000 10001101 11110010 1001010 101010 0 101 11010110 1010111 111100

Color Harmonies of #408DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DF2

Black with #408DF2

Text Example


Text Example

White with #408DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408DF2; }

 p { color: rgb(64,141,242); }

 H1.HeaderClassName
 {
   color: #408DF2;
 }
 .AnyTagClassName
 {
   color: #408DF2;
 }
</style>

background-color css

<style>
 a { background-color: #408DF2; }

 a { background-color: rgb(64,141,242); }

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

border-color css

<style>
 span { border-color: #408DF2; }

 span { border-color: rgb(64,141,242); }

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