Html Css Color HEX #408BF1 Dodger Blue

📋 copy color: '#408BF1'

red 64 ◦ green 139 ◦ blue 241

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

Shades of Dodger Blue #408BF1

Tints of Dodger Blue #408BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.31%

 BLUE value IS 241 (94.53% from 255) = 54.28%

R = 14.41%
G = 31.31%
B = 54.28%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#408BF1 (or 0x408BF1) is known color: Dodger Blue. HEX triplet: 40, 8B and F1. RGB value is (64,139,241). Sum of RGB (Red+Green+Blue) = 64+139+241=444 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.41% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #408BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BF1 is #BF740E. Grayscale: #7F7F7F. Windows color (decimal): -12547087 or 15829824. OLE color: 15829824.

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

Color convert

RGB 64 139 241 -
CMYK 0.73 0.42 0 0.05
HSL 214.58º 0.86% 0.6% -
HSV(B) 214.58º 0.73% 0.95% -
XYZ 27.22 25.91 86.78 -
YUV 128.2 191.65 82.21 -
System Red Green Blue C M Y K H S L
Decimal 64 139 241 0.73 0.42 0 0.05 214.58 0.86 0.6
Hex 40 8B F1 49 2A 0 5 D7 56 3C
Octal 100 213 361 111 52 0 5 327 126 74
Binary 1000000 10001011 11110001 1001001 101010 0 101 11010111 1010110 111100

Color Harmonies of #408BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BF1

Black with #408BF1

Text Example


Text Example

White with #408BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,139,241); }

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

background-color css

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

 a { background-color: rgb(64,139,241); }

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

border-color css

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

 span { border-color: rgb(64,139,241); }

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