Shades of Dodger Blue #258FDD
Tints of Dodger Blue #258FDD
RGB
CMYK
RGB Variations
Color information
#258FDD (or 0x258FDD) is known color: Dodger Blue. HEX triplet: 25, 8F and DD. RGB value is (37,143,221). Sum of RGB (Red+Green+Blue) = 37+143+221=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #258FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258FDD is #DA7022. Grayscale: #777777. Windows color (decimal): -14315555 or 14520101. OLE color: 14520101.
HSL color Cylindrical-coordinate representation of color #258FDD: hue angle of 205.43º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258FDD is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 143 | 221 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.13 |
| HSL | 205.43º | 0.73% | 0.51% | - |
| HSV(B) | 205.43º | 0.83% | 0.87% | - |
| XYZ | 23.64 | 25.26 | 72.04 | - |
| YUV | 120.2 | 184.88 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 143 | 221 | 0.83 | 0.35 | 0 | 0.13 | 205.43 | 0.73 | 0.51 |
| Hex | 25 | 8F | DD | 53 | 23 | 0 | D | CD | 49 | 33 |
| Octal | 45 | 217 | 335 | 123 | 43 | 0 | 15 | 315 | 111 | 63 |
| Binary | 100101 | 10001111 | 11011101 | 1010011 | 100011 | 0 | 1101 | 11001101 | 1001001 | 110011 |
Color Harmonies of #258FDD
Complementary color
Monochromatic Colors of #258FDD
Black with #258FDD
Text Example
Text Example
White with #258FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258FDD; }
p { color: rgb(37,143,221); }
H1.HeaderClassName
{
color: #258FDD;
}
.AnyTagClassName
{
color: #258FDD;
}
</style>
background-color css
<style>
a { background-color: #258FDD; }
a { background-color: rgb(37,143,221); }
div.DivClassName
{
background-color: #258FDD;
}
.BgClassName
{
background-color: #258FDD;
}
</style>
border-color css
<style>
span { border-color: #258FDD; }
span { border-color: rgb(37,143,221); }
td.TdClassName
{
border-color: #258FDD;
}
.TagClassName
{
border-color: #258FDD;
}
</style>