#37A0FD

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

Shades of Dodger Blue #37A0FD

Tints of Dodger Blue #37A0FD

Color information

#37A0FD (or 0x37A0FD) is unknown color: approx Dodger Blue. HEX triplet: 37, A0 and FD. RGB value is (55,160,253). Sum of RGB (Red+Green+Blue) = 55+160+253=468 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.75% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #37A0FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #37A0FD is #C85F02. Grayscale: #8A8A8A. Windows color (decimal): -13131523 or 16621623. OLE color: 16621623.

HSL color Cylindrical-coordinate representation of color #37A0FD: hue angle of 208.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37A0FD is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55160253-
CMYK0.780.3700.01
HSL208.18º98.02%60.39%-
HSV(B)208.18º78.26%99.22%-
XYZ31.8833.0597.63-
YUV139.21192.2167.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.75%
GREEN value IS 160 (62.89% from 255) = 34.19%
BLUE value IS 253 (99.22% from 255) = 54.06%
R=11.75%
G=34.19%
B=54.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal551602530.780.3700.01208.1898.0260.39
Hex37A0FD4E2501d0623c
Octal67240375116450132014274
Binary1101111010000011111101100111010010101110100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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