Shades of Dodger Blue #2694FA
Tints of Dodger Blue #2694FA
RGB
CMYK
RGB Variations
Color information
#2694FA (or 0x2694FA) is known color: Dodger Blue. HEX triplet: 26, 94 and FA. RGB value is (38,148,250). Sum of RGB (Red+Green+Blue) = 38+148+250=436 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.72% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #2694FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2694FA is #D96B05. Grayscale: #7E7E7E. Windows color (decimal): -14248710 or 16421926. OLE color: 16421926.
HSL color Cylindrical-coordinate representation of color #2694FA: hue angle of 208.87º 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 #2694FA is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 148 | 250 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.02 |
| HSL | 208.87º | 0.95% | 0.56% | - |
| HSV(B) | 208.87º | 0.85% | 0.98% | - |
| XYZ | 28.64 | 28.49 | 94.43 | - |
| YUV | 126.74 | 197.56 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 148 | 250 | 0.85 | 0.41 | 0 | 0.02 | 208.87 | 0.95 | 0.56 |
| Hex | 26 | 94 | FA | 55 | 29 | 0 | 2 | D1 | 5F | 38 |
| Octal | 46 | 224 | 372 | 125 | 51 | 0 | 2 | 321 | 137 | 70 |
| Binary | 100110 | 10010100 | 11111010 | 1010101 | 101001 | 0 | 10 | 11010001 | 1011111 | 111000 |
Color Harmonies of #2694FA
Complementary color
Monochromatic Colors of #2694FA
Black with #2694FA
Text Example
Text Example
White with #2694FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2694FA; }
p { color: rgb(38,148,250); }
H1.HeaderClassName
{
color: #2694FA;
}
.AnyTagClassName
{
color: #2694FA;
}
</style>
background-color css
<style>
a { background-color: #2694FA; }
a { background-color: rgb(38,148,250); }
div.DivClassName
{
background-color: #2694FA;
}
.BgClassName
{
background-color: #2694FA;
}
</style>
border-color css
<style>
span { border-color: #2694FA; }
span { border-color: rgb(38,148,250); }
td.TdClassName
{
border-color: #2694FA;
}
.TagClassName
{
border-color: #2694FA;
}
</style>