Shades of Dodger Blue #258CFA
Tints of Dodger Blue #258CFA
RGB
CMYK
RGB Variations
Color information
#258CFA (or 0x258CFA) is known color: Dodger Blue. HEX triplet: 25, 8C and FA. RGB value is (37,140,250). Sum of RGB (Red+Green+Blue) = 37+140+250=427 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.67% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #258CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258CFA is #DA7305. Grayscale: #797979. Windows color (decimal): -14316294 or 16419877. OLE color: 16419877.
HSL color Cylindrical-coordinate representation of color #258CFA: hue angle of 210.99º 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 #258CFA is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 140 | 250 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.02 |
| HSL | 210.99º | 0.96% | 0.56% | - |
| HSV(B) | 210.99º | 0.85% | 0.98% | - |
| XYZ | 27.4 | 26.05 | 94.03 | - |
| YUV | 121.74 | 200.38 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 250 | 0.85 | 0.44 | 0 | 0.02 | 210.99 | 0.96 | 0.56 |
| Hex | 25 | 8C | FA | 55 | 2C | 0 | 2 | D3 | 60 | 38 |
| Octal | 45 | 214 | 372 | 125 | 54 | 0 | 2 | 323 | 140 | 70 |
| Binary | 100101 | 10001100 | 11111010 | 1010101 | 101100 | 0 | 10 | 11010011 | 1100000 | 111000 |
Color Harmonies of #258CFA
Complementary color
Monochromatic Colors of #258CFA
Black with #258CFA
Text Example
Text Example
White with #258CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CFA; }
p { color: rgb(37,140,250); }
H1.HeaderClassName
{
color: #258CFA;
}
.AnyTagClassName
{
color: #258CFA;
}
</style>
background-color css
<style>
a { background-color: #258CFA; }
a { background-color: rgb(37,140,250); }
div.DivClassName
{
background-color: #258CFA;
}
.BgClassName
{
background-color: #258CFA;
}
</style>
border-color css
<style>
span { border-color: #258CFA; }
span { border-color: rgb(37,140,250); }
td.TdClassName
{
border-color: #258CFA;
}
.TagClassName
{
border-color: #258CFA;
}
</style>