Shades of Dodger Blue #2696FA
Tints of Dodger Blue #2696FA
RGB
CMYK
RGB Variations
Color information
#2696FA (or 0x2696FA) is known color: Dodger Blue. HEX triplet: 26, 96 and FA. RGB value is (38,150,250). Sum of RGB (Red+Green+Blue) = 38+150+250=438 (58% of max value = 765). Red value is 38 (15.23% from 255 or 8.68% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #2696FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2696FA is #D96905. Grayscale: #7F7F7F. Windows color (decimal): -14248198 or 16422438. OLE color: 16422438.
HSL color Cylindrical-coordinate representation of color #2696FA: hue angle of 208.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2696FA is Cyan = 0.85, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 150 | 250 | - |
| CMYK | 0.85 | 0.4 | 0 | 0.02 |
| HSL | 208.3º | 0.95% | 0.56% | - |
| HSV(B) | 208.3º | 0.85% | 0.98% | - |
| XYZ | 28.96 | 29.13 | 94.54 | - |
| YUV | 127.91 | 196.89 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 150 | 250 | 0.85 | 0.4 | 0 | 0.02 | 208.3 | 0.95 | 0.56 |
| Hex | 26 | 96 | FA | 55 | 28 | 0 | 2 | D0 | 5F | 38 |
| Octal | 46 | 226 | 372 | 125 | 50 | 0 | 2 | 320 | 137 | 70 |
| Binary | 100110 | 10010110 | 11111010 | 1010101 | 101000 | 0 | 10 | 11010000 | 1011111 | 111000 |
Color Harmonies of #2696FA
Complementary color
Monochromatic Colors of #2696FA
Black with #2696FA
Text Example
Text Example
White with #2696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2696FA; }
p { color: rgb(38,150,250); }
H1.HeaderClassName
{
color: #2696FA;
}
.AnyTagClassName
{
color: #2696FA;
}
</style>
background-color css
<style>
a { background-color: #2696FA; }
a { background-color: rgb(38,150,250); }
div.DivClassName
{
background-color: #2696FA;
}
.BgClassName
{
background-color: #2696FA;
}
</style>
border-color css
<style>
span { border-color: #2696FA; }
span { border-color: rgb(38,150,250); }
td.TdClassName
{
border-color: #2696FA;
}
.TagClassName
{
border-color: #2696FA;
}
</style>