Shades of Dodger Blue #258CFC
Tints of Dodger Blue #258CFC
RGB
CMYK
RGB Variations
Color information
#258CFC (or 0x258CFC) is known color: Dodger Blue. HEX triplet: 25, 8C and FC. RGB value is (37,140,252). Sum of RGB (Red+Green+Blue) = 37+140+252=429 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.62% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #258CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFC is #DA7303. Grayscale: #797979. Windows color (decimal): -14316292 or 16550949. OLE color: 16550949.
HSL color Cylindrical-coordinate representation of color #258CFC: hue angle of 211.26º degrees, saturation: 0.97, 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 #258CFC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 140 | 252 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.01 |
| HSL | 211.26º | 0.97% | 0.57% | - |
| HSV(B) | 211.26º | 0.85% | 0.99% | - |
| XYZ | 27.71 | 26.18 | 95.69 | - |
| YUV | 121.97 | 201.38 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 252 | 0.85 | 0.44 | 0 | 0.01 | 211.26 | 0.97 | 0.57 |
| Hex | 25 | 8C | FC | 55 | 2C | 0 | 1 | D3 | 61 | 39 |
| Octal | 45 | 214 | 374 | 125 | 54 | 0 | 1 | 323 | 141 | 71 |
| Binary | 100101 | 10001100 | 11111100 | 1010101 | 101100 | 0 | 1 | 11010011 | 1100001 | 111001 |
Color Harmonies of #258CFC
Complementary color
Monochromatic Colors of #258CFC
Black with #258CFC
Text Example
Text Example
White with #258CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CFC; }
p { color: rgb(37,140,252); }
H1.HeaderClassName
{
color: #258CFC;
}
.AnyTagClassName
{
color: #258CFC;
}
</style>
background-color css
<style>
a { background-color: #258CFC; }
a { background-color: rgb(37,140,252); }
div.DivClassName
{
background-color: #258CFC;
}
.BgClassName
{
background-color: #258CFC;
}
</style>
border-color css
<style>
span { border-color: #258CFC; }
span { border-color: rgb(37,140,252); }
td.TdClassName
{
border-color: #258CFC;
}
.TagClassName
{
border-color: #258CFC;
}
</style>