Shades of Dodger Blue #258AF1
Tints of Dodger Blue #258AF1
RGB
CMYK
RGB Variations
Color information
#258AF1 (or 0x258AF1) is known color: Dodger Blue. HEX triplet: 25, 8A and F1. RGB value is (37,138,241). Sum of RGB (Red+Green+Blue) = 37+138+241=416 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.89% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #258AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #258AF1 is #DA750E. Grayscale: #777777. Windows color (decimal): -14316815 or 15829541. OLE color: 15829541.
HSL color Cylindrical-coordinate representation of color #258AF1: hue angle of 210.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #258AF1 is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 138 | 241 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.05 |
| HSL | 210.29º | 0.88% | 0.55% | - |
| HSV(B) | 210.29º | 0.85% | 0.95% | - |
| XYZ | 25.73 | 24.92 | 86.67 | - |
| YUV | 119.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 138 | 241 | 0.85 | 0.43 | 0 | 0.05 | 210.29 | 0.88 | 0.55 |
| Hex | 25 | 8A | F1 | 55 | 2B | 0 | 5 | D2 | 58 | 37 |
| Octal | 45 | 212 | 361 | 125 | 53 | 0 | 5 | 322 | 130 | 67 |
| Binary | 100101 | 10001010 | 11110001 | 1010101 | 101011 | 0 | 101 | 11010010 | 1011000 | 110111 |
Color Harmonies of #258AF1
Complementary color
Monochromatic Colors of #258AF1
Black with #258AF1
Text Example
Text Example
White with #258AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258AF1; }
p { color: rgb(37,138,241); }
H1.HeaderClassName
{
color: #258AF1;
}
.AnyTagClassName
{
color: #258AF1;
}
</style>
background-color css
<style>
a { background-color: #258AF1; }
a { background-color: rgb(37,138,241); }
div.DivClassName
{
background-color: #258AF1;
}
.BgClassName
{
background-color: #258AF1;
}
</style>
border-color css
<style>
span { border-color: #258AF1; }
span { border-color: rgb(37,138,241); }
td.TdClassName
{
border-color: #258AF1;
}
.TagClassName
{
border-color: #258AF1;
}
</style>