Shades of Dodger Blue #258EFB
Tints of Dodger Blue #258EFB
RGB
CMYK
RGB Variations
Color information
#258EFB (or 0x258EFB) is known color: Dodger Blue. HEX triplet: 25, 8E and FB. RGB value is (37,142,251). Sum of RGB (Red+Green+Blue) = 37+142+251=430 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.60% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #258EFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258EFB is #DA7104. Grayscale: #7A7A7A. Windows color (decimal): -14315781 or 16485925. OLE color: 16485925.
HSL color Cylindrical-coordinate representation of color #258EFB: hue angle of 210.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258EFB is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 142 | 251 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.02 |
| HSL | 210.56º | 0.96% | 0.56% | - |
| HSV(B) | 210.56º | 0.85% | 0.98% | - |
| XYZ | 27.85 | 26.7 | 94.95 | - |
| YUV | 123.03 | 200.21 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 142 | 251 | 0.85 | 0.43 | 0 | 0.02 | 210.56 | 0.96 | 0.56 |
| Hex | 25 | 8E | FB | 55 | 2B | 0 | 2 | D3 | 60 | 38 |
| Octal | 45 | 216 | 373 | 125 | 53 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100101 | 10001110 | 11111011 | 1010101 | 101011 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #258EFB
Complementary color
Monochromatic Colors of #258EFB
Black with #258EFB
Text Example
Text Example
White with #258EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258EFB; }
p { color: rgb(37,142,251); }
H1.HeaderClassName
{
color: #258EFB;
}
.AnyTagClassName
{
color: #258EFB;
}
</style>
background-color css
<style>
a { background-color: #258EFB; }
a { background-color: rgb(37,142,251); }
div.DivClassName
{
background-color: #258EFB;
}
.BgClassName
{
background-color: #258EFB;
}
</style>
border-color css
<style>
span { border-color: #258EFB; }
span { border-color: rgb(37,142,251); }
td.TdClassName
{
border-color: #258EFB;
}
.TagClassName
{
border-color: #258EFB;
}
</style>