Shades of Dodger Blue #258BDC
Tints of Dodger Blue #258BDC
RGB
CMYK
RGB Variations
Color information
#258BDC (or 0x258BDC) is known color: Dodger Blue. HEX triplet: 25, 8B and DC. RGB value is (37,139,220). Sum of RGB (Red+Green+Blue) = 37+139+220=396 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.34% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #258BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #258BDC is #DA7423. Grayscale: #757575. Windows color (decimal): -14316580 or 14453541. OLE color: 14453541.
HSL color Cylindrical-coordinate representation of color #258BDC: hue angle of 206.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #258BDC is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 139 | 220 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.14 |
| HSL | 206.56º | 0.72% | 0.5% | - |
| HSV(B) | 206.56º | 0.83% | 0.86% | - |
| XYZ | 22.91 | 24.03 | 71.14 | - |
| YUV | 117.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 139 | 220 | 0.83 | 0.37 | 0 | 0.14 | 206.56 | 0.72 | 0.5 |
| Hex | 25 | 8B | DC | 53 | 25 | 0 | E | CF | 48 | 32 |
| Octal | 45 | 213 | 334 | 123 | 45 | 0 | 16 | 317 | 110 | 62 |
| Binary | 100101 | 10001011 | 11011100 | 1010011 | 100101 | 0 | 1110 | 11001111 | 1001000 | 110010 |
Color Harmonies of #258BDC
Complementary color
Monochromatic Colors of #258BDC
Black with #258BDC
Text Example
Text Example
White with #258BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258BDC; }
p { color: rgb(37,139,220); }
H1.HeaderClassName
{
color: #258BDC;
}
.AnyTagClassName
{
color: #258BDC;
}
</style>
background-color css
<style>
a { background-color: #258BDC; }
a { background-color: rgb(37,139,220); }
div.DivClassName
{
background-color: #258BDC;
}
.BgClassName
{
background-color: #258BDC;
}
</style>
border-color css
<style>
span { border-color: #258BDC; }
span { border-color: rgb(37,139,220); }
td.TdClassName
{
border-color: #258BDC;
}
.TagClassName
{
border-color: #258BDC;
}
</style>