Shades of Dodger Blue #258AEA
Tints of Dodger Blue #258AEA
RGB
CMYK
RGB Variations
Color information
#258AEA (or 0x258AEA) is known color: Dodger Blue. HEX triplet: 25, 8A and EA. RGB value is (37,138,234). Sum of RGB (Red+Green+Blue) = 37+138+234=409 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.05% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 234 (91.80% from 255 or 57.21% from 409); Max value from RGB is 234 - color contains mainly: blue. Hex color #258AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AEA is #DA7515. Grayscale: #767676. Windows color (decimal): -14316822 or 15370789. OLE color: 15370789.
HSL color Cylindrical-coordinate representation of color #258AEA: hue angle of 209.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #258AEA is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 138 | 234 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.08 |
| HSL | 209.24º | 0.82% | 0.53% | - |
| HSV(B) | 209.24º | 0.84% | 0.92% | - |
| XYZ | 24.7 | 24.51 | 81.27 | - |
| YUV | 118.75 | 193.04 | 69.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 234 | 0.84 | 0.41 | 0 | 0.08 | 209.24 | 0.82 | 0.53 |
| Hex | 25 | 8A | EA | 54 | 29 | 0 | 8 | D1 | 52 | 35 |
| Octal | 45 | 212 | 352 | 124 | 51 | 0 | 10 | 321 | 122 | 65 |
| Binary | 100101 | 10001010 | 11101010 | 1010100 | 101001 | 0 | 1000 | 11010001 | 1010010 | 110101 |
Color Harmonies of #258AEA
Complementary color
Monochromatic Colors of #258AEA
Black with #258AEA
Text Example
Text Example
White with #258AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AEA; }
p { color: rgb(37,138,234); }
H1.HeaderClassName
{
color: #258AEA;
}
.AnyTagClassName
{
color: #258AEA;
}
</style>
background-color css
<style>
a { background-color: #258AEA; }
a { background-color: rgb(37,138,234); }
div.DivClassName
{
background-color: #258AEA;
}
.BgClassName
{
background-color: #258AEA;
}
</style>
border-color css
<style>
span { border-color: #258AEA; }
span { border-color: rgb(37,138,234); }
td.TdClassName
{
border-color: #258AEA;
}
.TagClassName
{
border-color: #258AEA;
}
</style>