Html Css Color HEX #408CF6 Dodger Blue

📋 copy color: '#408CF6'

red 64 ◦ green 140 ◦ blue 246

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

Shades of Dodger Blue #408CF6

Tints of Dodger Blue #408CF6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 246 (96.48% from 255) = 54.67%

R = 14.22%
G = 31.11%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#408CF6 (or 0x408CF6) is known color: Dodger Blue. HEX triplet: 40, 8C and F6. RGB value is (64,140,246). Sum of RGB (Red+Green+Blue) = 64+140+246=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 246 (96.48% from 255 or 54.67% from 450); Max value from RGB is 246 - color contains mainly: blue. Hex color #408CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408CF6 is #BF7309. Grayscale: #808080. Windows color (decimal): -12546826 or 16157760. OLE color: 16157760.

HSL color Cylindrical-coordinate representation of color #408CF6: hue angle of 214.95º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #408CF6 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 140 246 -
CMYK 0.74 0.43 0 0.04
HSL 214.95º 0.91% 0.61% -
HSV(B) 214.95º 0.74% 0.96% -
XYZ 28.13 26.5 90.82 -
YUV 129.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 64 140 246 0.74 0.43 0 0.04 214.95 0.91 0.61
Hex 40 8C F6 4A 2B 0 4 D7 5B 3D
Octal 100 214 366 112 53 0 4 327 133 75
Binary 1000000 10001100 11110110 1001010 101011 0 100 11010111 1011011 111101

Color Harmonies of #408CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408CF6

Black with #408CF6

Text Example


Text Example

White with #408CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,140,246); }

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

background-color css

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

 a { background-color: rgb(64,140,246); }

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

border-color css

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

 span { border-color: rgb(64,140,246); }

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