Shades of Dodger Blue #37A1F9
Tints of Dodger Blue #37A1F9
RGB
CMYK
RGB Variations
Color information
#37A1F9 (or 0x37A1F9) is known color: Dodger Blue. HEX triplet: 37, A1 and F9. RGB value is (55,161,249). Sum of RGB (Red+Green+Blue) = 55+161+249=465 (61% of max value = 765). Red value is 55 (21.88% from 255 or 11.83% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #37A1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #37A1F9 is #C85E06. Grayscale: #8A8A8A. Windows color (decimal): -13131271 or 16359735. OLE color: 16359735.
HSL color Cylindrical-coordinate representation of color #37A1F9: hue angle of 207.22º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37A1F9 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 161 | 249 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.02 |
| HSL | 207.22º | 0.94% | 0.6% | - |
| HSV(B) | 207.22º | 0.78% | 0.98% | - |
| XYZ | 31.42 | 33.14 | 94.36 | - |
| YUV | 139.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 249 | 0.78 | 0.35 | 0 | 0.02 | 207.22 | 0.94 | 0.6 |
| Hex | 37 | A1 | F9 | 4E | 23 | 0 | 2 | CF | 5E | 3C |
| Octal | 67 | 241 | 371 | 116 | 43 | 0 | 2 | 317 | 136 | 74 |
| Binary | 110111 | 10100001 | 11111001 | 1001110 | 100011 | 0 | 10 | 11001111 | 1011110 | 111100 |
Color Harmonies of #37A1F9
Complementary color
Monochromatic Colors of #37A1F9
Black with #37A1F9
Text Example
Text Example
White with #37A1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A1F9; }
p { color: rgb(55,161,249); }
H1.HeaderClassName
{
color: #37A1F9;
}
.AnyTagClassName
{
color: #37A1F9;
}
</style>
background-color css
<style>
a { background-color: #37A1F9; }
a { background-color: rgb(55,161,249); }
div.DivClassName
{
background-color: #37A1F9;
}
.BgClassName
{
background-color: #37A1F9;
}
</style>
border-color css
<style>
span { border-color: #37A1F9; }
span { border-color: rgb(55,161,249); }
td.TdClassName
{
border-color: #37A1F9;
}
.TagClassName
{
border-color: #37A1F9;
}
</style>