Shades of Dodger Blue #26AFFC
Tints of Dodger Blue #26AFFC
RGB
CMYK
RGB Variations
Color information
#26AFFC (or 0x26AFFC) is known color: Dodger Blue. HEX triplet: 26, AF and FC. RGB value is (38,175,252). Sum of RGB (Red+Green+Blue) = 38+175+252=465 (61% of max value = 765). Red value is 38 (15.23% from 255 or 8.17% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #26AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #26AFFC is #D95003. Grayscale: #8E8E8E. Windows color (decimal): -14241796 or 16559910. OLE color: 16559910.
HSL color Cylindrical-coordinate representation of color #26AFFC: hue angle of 201.59º 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 #26AFFC is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 175 | 252 | - |
| CMYK | 0.85 | 0.31 | 0 | 0.01 |
| HSL | 201.59º | 0.97% | 0.57% | - |
| HSV(B) | 201.59º | 0.85% | 0.99% | - |
| XYZ | 33.7 | 38.1 | 97.67 | - |
| YUV | 142.82 | 189.61 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 175 | 252 | 0.85 | 0.31 | 0 | 0.01 | 201.59 | 0.97 | 0.57 |
| Hex | 26 | AF | FC | 55 | 1F | 0 | 1 | CA | 61 | 39 |
| Octal | 46 | 257 | 374 | 125 | 37 | 0 | 1 | 312 | 141 | 71 |
| Binary | 100110 | 10101111 | 11111100 | 1010101 | 11111 | 0 | 1 | 11001010 | 1100001 | 111001 |
Color Harmonies of #26AFFC
Complementary color
Monochromatic Colors of #26AFFC
Black with #26AFFC
Text Example
Text Example
White with #26AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26AFFC; }
p { color: rgb(38,175,252); }
H1.HeaderClassName
{
color: #26AFFC;
}
.AnyTagClassName
{
color: #26AFFC;
}
</style>
background-color css
<style>
a { background-color: #26AFFC; }
a { background-color: rgb(38,175,252); }
div.DivClassName
{
background-color: #26AFFC;
}
.BgClassName
{
background-color: #26AFFC;
}
</style>
border-color css
<style>
span { border-color: #26AFFC; }
span { border-color: rgb(38,175,252); }
td.TdClassName
{
border-color: #26AFFC;
}
.TagClassName
{
border-color: #26AFFC;
}
</style>