Shades of Dodger Blue #37A5FE
Tints of Dodger Blue #37A5FE
RGB
CMYK
RGB Variations
Color information
#37A5FE (or 0x37A5FE) is known color: Dodger Blue. HEX triplet: 37, A5 and FE. RGB value is (55,165,254). Sum of RGB (Red+Green+Blue) = 55+165+254=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #37A5FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #37A5FE is #C85A01. Grayscale: #8D8D8D. Windows color (decimal): -13130242 or 16688439. OLE color: 16688439.
HSL color Cylindrical-coordinate representation of color #37A5FE: hue angle of 206.83º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37A5FE is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 55 | 165 | 254 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.00 |
| HSL | 206.83º | 0.99% | 0.61% | - |
| HSV(B) | 206.83º | 0.78% | 1% | - |
| XYZ | 32.92 | 34.88 | 98.76 | - |
| YUV | 142.26 | 191.06 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 165 | 254 | 0.78 | 0.35 | 0 | 0.00 | 206.83 | 0.99 | 0.61 |
| Hex | 37 | A5 | FE | 4E | 23 | 0 | 0 | CF | 63 | 3D |
| Octal | 67 | 245 | 376 | 116 | 43 | 0 | 0 | 317 | 143 | 75 |
| Binary | 110111 | 10100101 | 11111110 | 1001110 | 100011 | 0 | 0 | 11001111 | 1100011 | 111101 |
Color Harmonies of #37A5FE
Complementary color
Monochromatic Colors of #37A5FE
Black with #37A5FE
Text Example
Text Example
White with #37A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A5FE; }
p { color: rgb(55,165,254); }
H1.HeaderClassName
{
color: #37A5FE;
}
.AnyTagClassName
{
color: #37A5FE;
}
</style>
background-color css
<style>
a { background-color: #37A5FE; }
a { background-color: rgb(55,165,254); }
div.DivClassName
{
background-color: #37A5FE;
}
.BgClassName
{
background-color: #37A5FE;
}
</style>
border-color css
<style>
span { border-color: #37A5FE; }
span { border-color: rgb(55,165,254); }
td.TdClassName
{
border-color: #37A5FE;
}
.TagClassName
{
border-color: #37A5FE;
}
</style>