Shades of Dodger Blue #259AF4
Tints of Dodger Blue #259AF4
RGB
CMYK
RGB Variations
Color information
#259AF4 (or 0x259AF4) is known color: Dodger Blue. HEX triplet: 25, 9A and F4. RGB value is (37,154,244). Sum of RGB (Red+Green+Blue) = 37+154+244=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #259AF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #259AF4 is #DA650B. Grayscale: #808080. Windows color (decimal): -14312716 or 16030245. OLE color: 16030245.
HSL color Cylindrical-coordinate representation of color #259AF4: hue angle of 206.09º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #259AF4 is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 154 | 244 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.04 |
| HSL | 206.09º | 0.9% | 0.55% | - |
| HSV(B) | 206.09º | 0.85% | 0.96% | - |
| XYZ | 28.65 | 30.04 | 89.88 | - |
| YUV | 129.28 | 192.74 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 154 | 244 | 0.85 | 0.37 | 0 | 0.04 | 206.09 | 0.9 | 0.55 |
| Hex | 25 | 9A | F4 | 55 | 25 | 0 | 4 | CE | 5A | 37 |
| Octal | 45 | 232 | 364 | 125 | 45 | 0 | 4 | 316 | 132 | 67 |
| Binary | 100101 | 10011010 | 11110100 | 1010101 | 100101 | 0 | 100 | 11001110 | 1011010 | 110111 |
Color Harmonies of #259AF4
Complementary color
Monochromatic Colors of #259AF4
Black with #259AF4
Text Example
Text Example
White with #259AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #259AF4; }
p { color: rgb(37,154,244); }
H1.HeaderClassName
{
color: #259AF4;
}
.AnyTagClassName
{
color: #259AF4;
}
</style>
background-color css
<style>
a { background-color: #259AF4; }
a { background-color: rgb(37,154,244); }
div.DivClassName
{
background-color: #259AF4;
}
.BgClassName
{
background-color: #259AF4;
}
</style>
border-color css
<style>
span { border-color: #259AF4; }
span { border-color: rgb(37,154,244); }
td.TdClassName
{
border-color: #259AF4;
}
.TagClassName
{
border-color: #259AF4;
}
</style>