Shades of Dodger Blue #258AFB
Tints of Dodger Blue #258AFB
RGB
CMYK
RGB Variations
Color information
#258AFB (or 0x258AFB) is known color: Dodger Blue. HEX triplet: 25, 8A and FB. RGB value is (37,138,251). Sum of RGB (Red+Green+Blue) = 37+138+251=426 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.69% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #258AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AFB is #DA7504. Grayscale: #787878. Windows color (decimal): -14316805 or 16484901. OLE color: 16484901.
HSL color Cylindrical-coordinate representation of color #258AFB: hue angle of 211.68º 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 #258AFB is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 138 | 251 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.02 |
| HSL | 211.68º | 0.96% | 0.56% | - |
| HSV(B) | 211.68º | 0.85% | 0.98% | - |
| XYZ | 27.26 | 25.54 | 94.76 | - |
| YUV | 120.68 | 201.54 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 251 | 0.85 | 0.45 | 0 | 0.02 | 211.68 | 0.96 | 0.56 |
| Hex | 25 | 8A | FB | 55 | 2D | 0 | 2 | D4 | 60 | 38 |
| Octal | 45 | 212 | 373 | 125 | 55 | 0 | 2 | 324 | 140 | 70 |
| Binary | 100101 | 10001010 | 11111011 | 1010101 | 101101 | 0 | 10 | 11010100 | 1100000 | 111000 |
Color Harmonies of #258AFB
Complementary color
Monochromatic Colors of #258AFB
Black with #258AFB
Text Example
Text Example
White with #258AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AFB; }
p { color: rgb(37,138,251); }
H1.HeaderClassName
{
color: #258AFB;
}
.AnyTagClassName
{
color: #258AFB;
}
</style>
background-color css
<style>
a { background-color: #258AFB; }
a { background-color: rgb(37,138,251); }
div.DivClassName
{
background-color: #258AFB;
}
.BgClassName
{
background-color: #258AFB;
}
</style>
border-color css
<style>
span { border-color: #258AFB; }
span { border-color: rgb(37,138,251); }
td.TdClassName
{
border-color: #258AFB;
}
.TagClassName
{
border-color: #258AFB;
}
</style>