Shades of Dodger Blue #25B3FF
Tints of Dodger Blue #25B3FF
RGB
CMYK
RGB Variations
Color information
#25B3FF (or 0x25B3FF) is known color: Dodger Blue. HEX triplet: 25, B3 and FF. RGB value is (37,179,255). Sum of RGB (Red+Green+Blue) = 37+179+255=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #25B3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25B3FF is #DA4C00. Grayscale: #909090. Windows color (decimal): -14306305 or 16757541. OLE color: 16757541.
HSL color Cylindrical-coordinate representation of color #25B3FF: hue angle of 200.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25B3FF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 179 | 255 | - |
| CMYK | 0.85 | 0.30 | 0 | 0 |
| HSL | 200.92º | 1% | 0.57% | - |
| HSV(B) | 200.92º | 0.85% | 1% | - |
| XYZ | 34.93 | 39.85 | 100.46 | - |
| YUV | 145.21 | 189.96 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 255 | 0.85 | 0.30 | 0 | 0 | 200.92 | 1 | 0.57 |
| Hex | 25 | B3 | FF | 55 | 1E | 0 | 0 | C9 | 64 | 39 |
| Octal | 45 | 263 | 377 | 125 | 36 | 0 | 0 | 311 | 144 | 71 |
| Binary | 100101 | 10110011 | 11111111 | 1010101 | 11110 | 0 | 0 | 11001001 | 1100100 | 111001 |
Color Harmonies of #25B3FF
Complementary color
Monochromatic Colors of #25B3FF
Black with #25B3FF
Text Example
Text Example
White with #25B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B3FF; }
p { color: rgb(37,179,255); }
H1.HeaderClassName
{
color: #25B3FF;
}
.AnyTagClassName
{
color: #25B3FF;
}
</style>
background-color css
<style>
a { background-color: #25B3FF; }
a { background-color: rgb(37,179,255); }
div.DivClassName
{
background-color: #25B3FF;
}
.BgClassName
{
background-color: #25B3FF;
}
</style>
border-color css
<style>
span { border-color: #25B3FF; }
span { border-color: rgb(37,179,255); }
td.TdClassName
{
border-color: #25B3FF;
}
.TagClassName
{
border-color: #25B3FF;
}
</style>