Shades of Dodger Blue #26B0FC
Tints of Dodger Blue #26B0FC
RGB
CMYK
RGB Variations
Color information
#26B0FC (or 0x26B0FC) is known color: Dodger Blue. HEX triplet: 26, B0 and FC. RGB value is (38,176,252). Sum of RGB (Red+Green+Blue) = 38+176+252=466 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.15% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #26B0FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26B0FC is #D94F03. Grayscale: #8E8E8E. Windows color (decimal): -14241540 or 16560166. OLE color: 16560166.
HSL color Cylindrical-coordinate representation of color #26B0FC: hue angle of 201.31º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26B0FC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 176 | 252 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.01 |
| HSL | 201.31º | 0.97% | 0.57% | - |
| HSV(B) | 201.31º | 0.85% | 0.99% | - |
| XYZ | 33.9 | 38.49 | 97.74 | - |
| YUV | 143.4 | 189.28 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 252 | 0.85 | 0.30 | 0 | 0.01 | 201.31 | 0.97 | 0.57 |
| Hex | 26 | B0 | FC | 55 | 1E | 0 | 1 | C9 | 61 | 39 |
| Octal | 46 | 260 | 374 | 125 | 36 | 0 | 1 | 311 | 141 | 71 |
| Binary | 100110 | 10110000 | 11111100 | 1010101 | 11110 | 0 | 1 | 11001001 | 1100001 | 111001 |
Color Harmonies of #26B0FC
Complementary color
Monochromatic Colors of #26B0FC
Black with #26B0FC
Text Example
Text Example
White with #26B0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B0FC; }
p { color: rgb(38,176,252); }
H1.HeaderClassName
{
color: #26B0FC;
}
.AnyTagClassName
{
color: #26B0FC;
}
</style>
background-color css
<style>
a { background-color: #26B0FC; }
a { background-color: rgb(38,176,252); }
div.DivClassName
{
background-color: #26B0FC;
}
.BgClassName
{
background-color: #26B0FC;
}
</style>
border-color css
<style>
span { border-color: #26B0FC; }
span { border-color: rgb(38,176,252); }
td.TdClassName
{
border-color: #26B0FC;
}
.TagClassName
{
border-color: #26B0FC;
}
</style>