#37A0F8

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

Shades of Dodger Blue #37A0F8

Tints of Dodger Blue #37A0F8

Color information

#37A0F8 (or 0x37A0F8) is unknown color: approx Dodger Blue. HEX triplet: 37, A0 and F8. RGB value is (55,160,248). Sum of RGB (Red+Green+Blue) = 55+160+248=463 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.88% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 248 (97.27% from 255 or 53.56% from 463); Max value from RGB is 248 - color contains mainly: blue. Hex color #37A0F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #37A0F8 is #C85F07. Grayscale: #8A8A8A. Windows color (decimal): -13131528 or 16293943. OLE color: 16293943.

HSL color Cylindrical-coordinate representation of color #37A0F8: hue angle of 207.36º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37A0F8 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB55160248-
CMYK0.780.3500.03
HSL207.36º93.24%59.41%-
HSV(B)207.36º77.82%97.25%-
XYZ31.0932.7393.49-
YUV138.64189.7168.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.88%
GREEN value IS 160 (62.89% from 255) = 34.56%
BLUE value IS 248 (97.27% from 255) = 53.56%
R=11.88%
G=34.56%
B=53.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal551602480.780.3500.03207.3693.2459.41
Hex37A0F84E2303cf5d3b
Octal67240370116430331713573
Binary11011110100000111110001001110100011011110011111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37A0F8; }

 p { color: rgb(55,160,248); }

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

<style>
 a { background-color: #37A0F8; }

 a { background-color: rgb(55,160,248); }

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

<style>
 span { border-color: #37A0F8; }

 span { border-color: rgb(55,160,248); }

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