Shades of Dodger Blue #2690FD
Tints of Dodger Blue #2690FD
RGB
CMYK
RGB Variations
Color information
#2690FD (or 0x2690FD) is known color: Dodger Blue. HEX triplet: 26, 90 and FD. RGB value is (38,144,253). Sum of RGB (Red+Green+Blue) = 38+144+253=435 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.74% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #2690FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2690FD is #D96F02. Grayscale: #7C7C7C. Windows color (decimal): -14249731 or 16617510. OLE color: 16617510.
HSL color Cylindrical-coordinate representation of color #2690FD: hue angle of 210.42º degrees, saturation: 0.98, 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 #2690FD is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 38 | 144 | 253 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.01 |
| HSL | 210.42º | 0.98% | 0.57% | - |
| HSV(B) | 210.42º | 0.85% | 0.99% | - |
| XYZ | 28.5 | 27.45 | 96.72 | - |
| YUV | 124.73 | 200.38 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 144 | 253 | 0.85 | 0.43 | 0 | 0.01 | 210.42 | 0.98 | 0.57 |
| Hex | 26 | 90 | FD | 55 | 2B | 0 | 1 | D2 | 62 | 39 |
| Octal | 46 | 220 | 375 | 125 | 53 | 0 | 1 | 322 | 142 | 71 |
| Binary | 100110 | 10010000 | 11111101 | 1010101 | 101011 | 0 | 1 | 11010010 | 1100010 | 111001 |
Color Harmonies of #2690FD
Complementary color
Monochromatic Colors of #2690FD
Black with #2690FD
Text Example
Text Example
White with #2690FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2690FD; }
p { color: rgb(38,144,253); }
H1.HeaderClassName
{
color: #2690FD;
}
.AnyTagClassName
{
color: #2690FD;
}
</style>
background-color css
<style>
a { background-color: #2690FD; }
a { background-color: rgb(38,144,253); }
div.DivClassName
{
background-color: #2690FD;
}
.BgClassName
{
background-color: #2690FD;
}
</style>
border-color css
<style>
span { border-color: #2690FD; }
span { border-color: rgb(38,144,253); }
td.TdClassName
{
border-color: #2690FD;
}
.TagClassName
{
border-color: #2690FD;
}
</style>