Shades of Dodger Blue #259AFE
Tints of Dodger Blue #259AFE
RGB
CMYK
RGB Variations
Color information
#259AFE (or 0x259AFE) is known color: Dodger Blue. HEX triplet: 25, 9A and FE. RGB value is (37,154,254). Sum of RGB (Red+Green+Blue) = 37+154+254=445 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.31% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #259AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259AFE is #DA6501. Grayscale: #818181. Windows color (decimal): -14312706 or 16685605. OLE color: 16685605.
HSL color Cylindrical-coordinate representation of color #259AFE: hue angle of 207.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259AFE is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 154 | 254 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.00 |
| HSL | 207.65º | 0.99% | 0.57% | - |
| HSV(B) | 207.65º | 0.85% | 1% | - |
| XYZ | 30.21 | 30.66 | 98.09 | - |
| YUV | 130.42 | 197.74 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 254 | 0.85 | 0.39 | 0 | 0.00 | 207.65 | 0.99 | 0.57 |
| Hex | 25 | 9A | FE | 55 | 27 | 0 | 0 | D0 | 63 | 39 |
| Octal | 45 | 232 | 376 | 125 | 47 | 0 | 0 | 320 | 143 | 71 |
| Binary | 100101 | 10011010 | 11111110 | 1010101 | 100111 | 0 | 0 | 11010000 | 1100011 | 111001 |
Color Harmonies of #259AFE
Complementary color
Monochromatic Colors of #259AFE
Black with #259AFE
Text Example
Text Example
White with #259AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AFE; }
p { color: rgb(37,154,254); }
H1.HeaderClassName
{
color: #259AFE;
}
.AnyTagClassName
{
color: #259AFE;
}
</style>
background-color css
<style>
a { background-color: #259AFE; }
a { background-color: rgb(37,154,254); }
div.DivClassName
{
background-color: #259AFE;
}
.BgClassName
{
background-color: #259AFE;
}
</style>
border-color css
<style>
span { border-color: #259AFE; }
span { border-color: rgb(37,154,254); }
td.TdClassName
{
border-color: #259AFE;
}
.TagClassName
{
border-color: #259AFE;
}
</style>