Shades of Dodger Blue #2692FA
Tints of Dodger Blue #2692FA
RGB
CMYK
RGB Variations
Color information
#2692FA (or 0x2692FA) is known color: Dodger Blue. HEX triplet: 26, 92 and FA. RGB value is (38,146,250). Sum of RGB (Red+Green+Blue) = 38+146+250=434 (57% of max value = 765). Red value is 38 (15.23% from 255 or 8.76% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #2692FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2692FA is #D96D05. Grayscale: #7D7D7D. Windows color (decimal): -14249222 or 16421414. OLE color: 16421414.
HSL color Cylindrical-coordinate representation of color #2692FA: hue angle of 209.43º 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 #2692FA is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 38 | 146 | 250 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.02 |
| HSL | 209.43º | 0.95% | 0.56% | - |
| HSV(B) | 209.43º | 0.85% | 0.98% | - |
| XYZ | 28.33 | 27.87 | 94.33 | - |
| YUV | 125.56 | 198.22 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 146 | 250 | 0.85 | 0.42 | 0 | 0.02 | 209.43 | 0.95 | 0.56 |
| Hex | 26 | 92 | FA | 55 | 2A | 0 | 2 | D1 | 5F | 38 |
| Octal | 46 | 222 | 372 | 125 | 52 | 0 | 2 | 321 | 137 | 70 |
| Binary | 100110 | 10010010 | 11111010 | 1010101 | 101010 | 0 | 10 | 11010001 | 1011111 | 111000 |
Color Harmonies of #2692FA
Complementary color
Monochromatic Colors of #2692FA
Black with #2692FA
Text Example
Text Example
White with #2692FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2692FA; }
p { color: rgb(38,146,250); }
H1.HeaderClassName
{
color: #2692FA;
}
.AnyTagClassName
{
color: #2692FA;
}
</style>
background-color css
<style>
a { background-color: #2692FA; }
a { background-color: rgb(38,146,250); }
div.DivClassName
{
background-color: #2692FA;
}
.BgClassName
{
background-color: #2692FA;
}
</style>
border-color css
<style>
span { border-color: #2692FA; }
span { border-color: rgb(38,146,250); }
td.TdClassName
{
border-color: #2692FA;
}
.TagClassName
{
border-color: #2692FA;
}
</style>