Shades of Dodger Blue #258CDD
Tints of Dodger Blue #258CDD
RGB
CMYK
RGB Variations
Color information
#258CDD (or 0x258CDD) is known color: Dodger Blue. HEX triplet: 25, 8C and DD. RGB value is (37,140,221). Sum of RGB (Red+Green+Blue) = 37+140+221=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #258CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258CDD is #DA7322. Grayscale: #767676. Windows color (decimal): -14316323 or 14519333. OLE color: 14519333.
HSL color Cylindrical-coordinate representation of color #258CDD: hue angle of 206.41º 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 #258CDD is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 140 | 221 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.13 |
| HSL | 206.41º | 0.73% | 0.51% | - |
| HSV(B) | 206.41º | 0.83% | 0.87% | - |
| XYZ | 23.19 | 24.37 | 71.89 | - |
| YUV | 118.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 140 | 221 | 0.83 | 0.37 | 0 | 0.13 | 206.41 | 0.73 | 0.51 |
| Hex | 25 | 8C | DD | 53 | 25 | 0 | D | CE | 49 | 33 |
| Octal | 45 | 214 | 335 | 123 | 45 | 0 | 15 | 316 | 111 | 63 |
| Binary | 100101 | 10001100 | 11011101 | 1010011 | 100101 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #258CDD
Complementary color
Monochromatic Colors of #258CDD
Black with #258CDD
Text Example
Text Example
White with #258CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258CDD; }
p { color: rgb(37,140,221); }
H1.HeaderClassName
{
color: #258CDD;
}
.AnyTagClassName
{
color: #258CDD;
}
</style>
background-color css
<style>
a { background-color: #258CDD; }
a { background-color: rgb(37,140,221); }
div.DivClassName
{
background-color: #258CDD;
}
.BgClassName
{
background-color: #258CDD;
}
</style>
border-color css
<style>
span { border-color: #258CDD; }
span { border-color: rgb(37,140,221); }
td.TdClassName
{
border-color: #258CDD;
}
.TagClassName
{
border-color: #258CDD;
}
</style>