#31A0F4

Color #31A0F4 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #31A0F4

Tints of Dodger Blue #31A0F4

Color information

#31A0F4 (or 0x31A0F4) is unknown color: approx Dodger Blue. HEX triplet: 31, A0 and F4. RGB value is (49,160,244). Sum of RGB (Red+Green+Blue) = 49+160+244=453 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.82% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 244 (95.70% from 255 or 53.86% from 453); Max value from RGB is 244 - color contains mainly: blue. Hex color #31A0F4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #31A0F4 is #CE5F0B. Grayscale: #878787. Windows color (decimal): -13524748 or 16031793. OLE color: 16031793.

HSL color Cylindrical-coordinate representation of color #31A0F4: hue angle of 205.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31A0F4 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB49160244-
CMYK0.800.3400.04
HSL205.85º89.86%57.45%-
HSV(B)205.85º79.92%95.69%-
XYZ30.1732.3390.24-
YUV136.39188.7365.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.82%
GREEN value IS 160 (62.89% from 255) = 35.32%
BLUE value IS 244 (95.70% from 255) = 53.86%
R=10.82%
G=35.32%
B=53.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal491602440.800.3400.04205.8589.8657.45
Hex31A0F4502204ce5a39
Octal61240364120420431613271
Binary110001101000001111010010100001000100100110011101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A0F4; }

 p { color: rgb(49,160,244); }

 H1.HeaderClassName
 {
   color: #31A0F4;
 }
 .AnyTagClassName
 {
   color: #31A0F4;
 }
</style>
background-color css

<style>
 a { background-color: #31A0F4; }

 a { background-color: rgb(49,160,244); }

 div.DivClassName
 {
   background-color: #31A0F4;
 }
 .BgClassName
 {
   background-color: #31A0F4;
 }
</style>
border-color css

<style>
 span { border-color: #31A0F4; }

 span { border-color: rgb(49,160,244); }

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