Shades of Dodger Blue #2B9CFC
Tints of Dodger Blue #2B9CFC
RGB
CMYK
RGB Variations
Color information
#2B9CFC (or 0x2B9CFC) is known color: Dodger Blue. HEX triplet: 2B, 9C and FC. RGB value is (43,156,252). Sum of RGB (Red+Green+Blue) = 43+156+252=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B9CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9CFC is #D46303. Grayscale: #848484. Windows color (decimal): -13918980 or 16555051. OLE color: 16555051.
HSL color Cylindrical-coordinate representation of color #2B9CFC: hue angle of 207.56º 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 #2B9CFC is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 156 | 252 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.01 |
| HSL | 207.56º | 0.97% | 0.58% | - |
| HSV(B) | 207.56º | 0.83% | 0.99% | - |
| XYZ | 30.46 | 31.32 | 96.54 | - |
| YUV | 133.16 | 195.06 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 252 | 0.83 | 0.38 | 0 | 0.01 | 207.56 | 0.97 | 0.58 |
| Hex | 2B | 9C | FC | 53 | 26 | 0 | 1 | D0 | 61 | 3A |
| Octal | 53 | 234 | 374 | 123 | 46 | 0 | 1 | 320 | 141 | 72 |
| Binary | 101011 | 10011100 | 11111100 | 1010011 | 100110 | 0 | 1 | 11010000 | 1100001 | 111010 |
Color Harmonies of #2B9CFC
Complementary color
Monochromatic Colors of #2B9CFC
Black with #2B9CFC
Text Example
Text Example
White with #2B9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9CFC; }
p { color: rgb(43,156,252); }
H1.HeaderClassName
{
color: #2B9CFC;
}
.AnyTagClassName
{
color: #2B9CFC;
}
</style>
background-color css
<style>
a { background-color: #2B9CFC; }
a { background-color: rgb(43,156,252); }
div.DivClassName
{
background-color: #2B9CFC;
}
.BgClassName
{
background-color: #2B9CFC;
}
</style>
border-color css
<style>
span { border-color: #2B9CFC; }
span { border-color: rgb(43,156,252); }
td.TdClassName
{
border-color: #2B9CFC;
}
.TagClassName
{
border-color: #2B9CFC;
}
</style>