Html Css Color HEX #408BFA Dodger Blue

📋 copy color: '#408BFA'

red 64 ◦ green 139 ◦ blue 250

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

Shades of Dodger Blue #408BFA

Tints of Dodger Blue #408BFA

RGB

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

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

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

R = 14.13%
G = 30.68%
B = 55.19%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#408BFA (or 0x408BFA) is known color: Dodger Blue. HEX triplet: 40, 8B and FA. RGB value is (64,139,250). Sum of RGB (Red+Green+Blue) = 64+139+250=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #408BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #408BFA is #BF7405. Grayscale: #808080. Windows color (decimal): -12547078 or 16419648. OLE color: 16419648.

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

Color convert

RGB 64 139 250 -
CMYK 0.74 0.44 0 0.02
HSL 215.81º 0.95% 0.62% -
HSV(B) 215.81º 0.74% 0.98% -
XYZ 28.6 26.46 94.04 -
YUV 129.23 196.15 81.47 -
System Red Green Blue C M Y K H S L
Decimal 64 139 250 0.74 0.44 0 0.02 215.81 0.95 0.62
Hex 40 8B FA 4A 2C 0 2 D8 5F 3E
Octal 100 213 372 112 54 0 2 330 137 76
Binary 1000000 10001011 11111010 1001010 101100 0 10 11011000 1011111 111110

Color Harmonies of #408BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BFA

Black with #408BFA

Text Example


Text Example

White with #408BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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