Shades of Dodger Blue #258AF9
Tints of Dodger Blue #258AF9
RGB
CMYK
RGB Variations
Color information
#258AF9 (or 0x258AF9) is known color: Dodger Blue. HEX triplet: 25, 8A and F9. RGB value is (37,138,249). Sum of RGB (Red+Green+Blue) = 37+138+249=424 (56% of max value = 765). Red value is 37 (14.84% from 255 or 8.73% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 249 (97.66% from 255 or 58.73% from 424); Max value from RGB is 249 - color contains mainly: blue. Hex color #258AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AF9 is #DA7506. Grayscale: #777777. Windows color (decimal): -14316807 or 16353829. OLE color: 16353829.
HSL color Cylindrical-coordinate representation of color #258AF9: hue angle of 211.42º degrees, saturation: 0.95, 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 #258AF9 is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 138 | 249 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.02 |
| HSL | 211.42º | 0.95% | 0.56% | - |
| HSV(B) | 211.42º | 0.85% | 0.98% | - |
| XYZ | 26.95 | 25.41 | 93.11 | - |
| YUV | 120.46 | 200.54 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 249 | 0.85 | 0.45 | 0 | 0.02 | 211.42 | 0.95 | 0.56 |
| Hex | 25 | 8A | F9 | 55 | 2D | 0 | 2 | D3 | 5F | 38 |
| Octal | 45 | 212 | 371 | 125 | 55 | 0 | 2 | 323 | 137 | 70 |
| Binary | 100101 | 10001010 | 11111001 | 1010101 | 101101 | 0 | 10 | 11010011 | 1011111 | 111000 |
Color Harmonies of #258AF9
Complementary color
Monochromatic Colors of #258AF9
Black with #258AF9
Text Example
Text Example
White with #258AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AF9; }
p { color: rgb(37,138,249); }
H1.HeaderClassName
{
color: #258AF9;
}
.AnyTagClassName
{
color: #258AF9;
}
</style>
background-color css
<style>
a { background-color: #258AF9; }
a { background-color: rgb(37,138,249); }
div.DivClassName
{
background-color: #258AF9;
}
.BgClassName
{
background-color: #258AF9;
}
</style>
border-color css
<style>
span { border-color: #258AF9; }
span { border-color: rgb(37,138,249); }
td.TdClassName
{
border-color: #258AF9;
}
.TagClassName
{
border-color: #258AF9;
}
</style>