Shades of Dodger Blue #2C9AFA
Tints of Dodger Blue #2C9AFA
RGB
CMYK
RGB Variations
Color information
#2C9AFA (or 0x2C9AFA) is known color: Dodger Blue. HEX triplet: 2C, 9A and FA. RGB value is (44,154,250). Sum of RGB (Red+Green+Blue) = 44+154+250=448 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.82% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #2C9AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C9AFA is #D36505. Grayscale: #838383. Windows color (decimal): -13853958 or 16423468. OLE color: 16423468.
HSL color Cylindrical-coordinate representation of color #2C9AFA: hue angle of 207.96º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C9AFA is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 154 | 250 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.02 |
| HSL | 207.96º | 0.95% | 0.58% | - |
| HSV(B) | 207.96º | 0.82% | 0.98% | - |
| XYZ | 29.85 | 30.55 | 94.77 | - |
| YUV | 132.05 | 194.56 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 154 | 250 | 0.82 | 0.38 | 0 | 0.02 | 207.96 | 0.95 | 0.58 |
| Hex | 2C | 9A | FA | 52 | 26 | 0 | 2 | D0 | 5F | 3A |
| Octal | 54 | 232 | 372 | 122 | 46 | 0 | 2 | 320 | 137 | 72 |
| Binary | 101100 | 10011010 | 11111010 | 1010010 | 100110 | 0 | 10 | 11010000 | 1011111 | 111010 |
Color Harmonies of #2C9AFA
Complementary color
Monochromatic Colors of #2C9AFA
Black with #2C9AFA
Text Example
Text Example
White with #2C9AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9AFA; }
p { color: rgb(44,154,250); }
H1.HeaderClassName
{
color: #2C9AFA;
}
.AnyTagClassName
{
color: #2C9AFA;
}
</style>
background-color css
<style>
a { background-color: #2C9AFA; }
a { background-color: rgb(44,154,250); }
div.DivClassName
{
background-color: #2C9AFA;
}
.BgClassName
{
background-color: #2C9AFA;
}
</style>
border-color css
<style>
span { border-color: #2C9AFA; }
span { border-color: rgb(44,154,250); }
td.TdClassName
{
border-color: #2C9AFA;
}
.TagClassName
{
border-color: #2C9AFA;
}
</style>