Shades of Dodger Blue #2690FA
Tints of Dodger Blue #2690FA
RGB
CMYK
RGB Variations
Color information
#2690FA (or 0x2690FA) is known color: Dodger Blue. HEX triplet: 26, 90 and FA. RGB value is (38,144,250). Sum of RGB (Red+Green+Blue) = 38+144+250=432 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.80% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #2690FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2690FA is #D96F05. Grayscale: #7B7B7B. Windows color (decimal): -14249734 or 16420902. OLE color: 16420902.
HSL color Cylindrical-coordinate representation of color #2690FA: hue angle of 210º 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 #2690FA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 144 | 250 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.56% | - |
| HSV(B) | 210º | 0.85% | 0.98% | - |
| XYZ | 28.03 | 27.26 | 94.23 | - |
| YUV | 124.39 | 198.88 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 250 | 0.85 | 0.42 | 0 | 0.02 | 210 | 0.95 | 0.56 |
| Hex | 26 | 90 | FA | 55 | 2A | 0 | 2 | D2 | 5F | 38 |
| Octal | 46 | 220 | 372 | 125 | 52 | 0 | 2 | 322 | 137 | 70 |
| Binary | 100110 | 10010000 | 11111010 | 1010101 | 101010 | 0 | 10 | 11010010 | 1011111 | 111000 |
Color Harmonies of #2690FA
Complementary color
Monochromatic Colors of #2690FA
Black with #2690FA
Text Example
Text Example
White with #2690FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690FA; }
p { color: rgb(38,144,250); }
H1.HeaderClassName
{
color: #2690FA;
}
.AnyTagClassName
{
color: #2690FA;
}
</style>
background-color css
<style>
a { background-color: #2690FA; }
a { background-color: rgb(38,144,250); }
div.DivClassName
{
background-color: #2690FA;
}
.BgClassName
{
background-color: #2690FA;
}
</style>
border-color css
<style>
span { border-color: #2690FA; }
span { border-color: rgb(38,144,250); }
td.TdClassName
{
border-color: #2690FA;
}
.TagClassName
{
border-color: #2690FA;
}
</style>