Shades of Dodger Blue #258EFD
Tints of Dodger Blue #258EFD
RGB
CMYK
RGB Variations
Color information
#258EFD (or 0x258EFD) is known color: Dodger Blue. HEX triplet: 25, 8E and FD. RGB value is (37,142,253). Sum of RGB (Red+Green+Blue) = 37+142+253=432 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.56% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #258EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EFD is #DA7102. Grayscale: #7A7A7A. Windows color (decimal): -14315779 or 16616997. OLE color: 16616997.
HSL color Cylindrical-coordinate representation of color #258EFD: hue angle of 210.83º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258EFD is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 142 | 253 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.01 |
| HSL | 210.83º | 0.98% | 0.57% | - |
| HSV(B) | 210.83º | 0.85% | 0.99% | - |
| XYZ | 28.17 | 26.83 | 96.62 | - |
| YUV | 123.26 | 201.21 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 253 | 0.85 | 0.44 | 0 | 0.01 | 210.83 | 0.98 | 0.57 |
| Hex | 25 | 8E | FD | 55 | 2C | 0 | 1 | D3 | 62 | 39 |
| Octal | 45 | 216 | 375 | 125 | 54 | 0 | 1 | 323 | 142 | 71 |
| Binary | 100101 | 10001110 | 11111101 | 1010101 | 101100 | 0 | 1 | 11010011 | 1100010 | 111001 |
Color Harmonies of #258EFD
Complementary color
Monochromatic Colors of #258EFD
Black with #258EFD
Text Example
Text Example
White with #258EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EFD; }
p { color: rgb(37,142,253); }
H1.HeaderClassName
{
color: #258EFD;
}
.AnyTagClassName
{
color: #258EFD;
}
</style>
background-color css
<style>
a { background-color: #258EFD; }
a { background-color: rgb(37,142,253); }
div.DivClassName
{
background-color: #258EFD;
}
.BgClassName
{
background-color: #258EFD;
}
</style>
border-color css
<style>
span { border-color: #258EFD; }
span { border-color: rgb(37,142,253); }
td.TdClassName
{
border-color: #258EFD;
}
.TagClassName
{
border-color: #258EFD;
}
</style>