Shades of Dodger Blue #2C9DFC
Tints of Dodger Blue #2C9DFC
RGB
CMYK
RGB Variations
Color information
#2C9DFC (or 0x2C9DFC) is known color: Dodger Blue. HEX triplet: 2C, 9D and FC. RGB value is (44,157,252). Sum of RGB (Red+Green+Blue) = 44+157+252=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C9DFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2C9DFC is #D36203. Grayscale: #858585. Windows color (decimal): -13853188 or 16555308. OLE color: 16555308.
HSL color Cylindrical-coordinate representation of color #2C9DFC: hue angle of 207.4º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C9DFC is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 157 | 252 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.01 |
| HSL | 207.4º | 0.97% | 0.58% | - |
| HSV(B) | 207.4º | 0.83% | 0.99% | - |
| XYZ | 30.67 | 31.68 | 96.59 | - |
| YUV | 134.04 | 194.56 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 157 | 252 | 0.83 | 0.38 | 0 | 0.01 | 207.4 | 0.97 | 0.58 |
| Hex | 2C | 9D | FC | 53 | 26 | 0 | 1 | CF | 61 | 3A |
| Octal | 54 | 235 | 374 | 123 | 46 | 0 | 1 | 317 | 141 | 72 |
| Binary | 101100 | 10011101 | 11111100 | 1010011 | 100110 | 0 | 1 | 11001111 | 1100001 | 111010 |
Color Harmonies of #2C9DFC
Complementary color
Monochromatic Colors of #2C9DFC
Black with #2C9DFC
Text Example
Text Example
White with #2C9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9DFC; }
p { color: rgb(44,157,252); }
H1.HeaderClassName
{
color: #2C9DFC;
}
.AnyTagClassName
{
color: #2C9DFC;
}
</style>
background-color css
<style>
a { background-color: #2C9DFC; }
a { background-color: rgb(44,157,252); }
div.DivClassName
{
background-color: #2C9DFC;
}
.BgClassName
{
background-color: #2C9DFC;
}
</style>
border-color css
<style>
span { border-color: #2C9DFC; }
span { border-color: rgb(44,157,252); }
td.TdClassName
{
border-color: #2C9DFC;
}
.TagClassName
{
border-color: #2C9DFC;
}
</style>