Html Css Color HEX #408FFA Dodger Blue

📋 copy color: '#408FFA'

red 64 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #408FFA

Tints of Dodger Blue #408FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.29%

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

R = 14%
G = 31.29%
B = 54.7%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#408FFA (or 0x408FFA) is known color: Dodger Blue. HEX triplet: 40, 8F and FA. RGB value is (64,143,250). Sum of RGB (Red+Green+Blue) = 64+143+250=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #408FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408FFA is #BF7005. Grayscale: #838383. Windows color (decimal): -12546054 or 16420672. OLE color: 16420672.

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

Color convert

RGB 64 143 250 -
CMYK 0.74 0.43 0 0.02
HSL 214.52º 0.95% 0.62% -
HSV(B) 214.52º 0.74% 0.98% -
XYZ 29.19 27.64 94.24 -
YUV 131.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 64 143 250 0.74 0.43 0 0.02 214.52 0.95 0.62
Hex 40 8F FA 4A 2B 0 2 D7 5F 3E
Octal 100 217 372 112 53 0 2 327 137 76
Binary 1000000 10001111 11111010 1001010 101011 0 10 11010111 1011111 111110

Color Harmonies of #408FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FFA

Black with #408FFA

Text Example


Text Example

White with #408FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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