Shades of Dodger Blue #26B3FF
Tints of Dodger Blue #26B3FF
RGB
CMYK
RGB Variations
Color information
#26B3FF (or 0x26B3FF) is known color: Dodger Blue. HEX triplet: 26, B3 and FF. RGB value is (38,179,255). Sum of RGB (Red+Green+Blue) = 38+179+255=472 (62% of max value = 765). Red value is 38 (15.23% from 255 or 8.05% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #26B3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26B3FF is #D94C00. Grayscale: #919191. Windows color (decimal): -14240769 or 16757542. OLE color: 16757542.
HSL color Cylindrical-coordinate representation of color #26B3FF: hue angle of 201.01º 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 #26B3FF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 179 | 255 | - |
| CMYK | 0.85 | 0.30 | 0 | 0 |
| HSL | 201.01º | 1% | 0.57% | - |
| HSV(B) | 201.01º | 0.85% | 1% | - |
| XYZ | 34.97 | 39.87 | 100.46 | - |
| YUV | 145.51 | 189.79 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 179 | 255 | 0.85 | 0.30 | 0 | 0 | 201.01 | 1 | 0.57 |
| Hex | 26 | B3 | FF | 55 | 1E | 0 | 0 | C9 | 64 | 39 |
| Octal | 46 | 263 | 377 | 125 | 36 | 0 | 0 | 311 | 144 | 71 |
| Binary | 100110 | 10110011 | 11111111 | 1010101 | 11110 | 0 | 0 | 11001001 | 1100100 | 111001 |
Color Harmonies of #26B3FF
Complementary color
Monochromatic Colors of #26B3FF
Black with #26B3FF
Text Example
Text Example
White with #26B3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B3FF; }
p { color: rgb(38,179,255); }
H1.HeaderClassName
{
color: #26B3FF;
}
.AnyTagClassName
{
color: #26B3FF;
}
</style>
background-color css
<style>
a { background-color: #26B3FF; }
a { background-color: rgb(38,179,255); }
div.DivClassName
{
background-color: #26B3FF;
}
.BgClassName
{
background-color: #26B3FF;
}
</style>
border-color css
<style>
span { border-color: #26B3FF; }
span { border-color: rgb(38,179,255); }
td.TdClassName
{
border-color: #26B3FF;
}
.TagClassName
{
border-color: #26B3FF;
}
</style>