Shades of Dodger Blue #2BB0FF
Tints of Dodger Blue #2BB0FF
RGB
CMYK
RGB Variations
Color information
#2BB0FF (or 0x2BB0FF) is known color: Dodger Blue. HEX triplet: 2B, B0 and FF. RGB value is (43,176,255). Sum of RGB (Red+Green+Blue) = 43+176+255=474 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.07% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #2BB0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BB0FF is #D44F00. Grayscale: #909090. Windows color (decimal): -13913857 or 16756779. OLE color: 16756779.
HSL color Cylindrical-coordinate representation of color #2BB0FF: hue angle of 202.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BB0FF is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 176 | 255 | - |
| CMYK | 0.83 | 0.31 | 0 | 0 |
| HSL | 202.36º | 1% | 0.58% | - |
| HSV(B) | 202.36º | 0.83% | 1% | - |
| XYZ | 34.57 | 38.78 | 100.27 | - |
| YUV | 145.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 255 | 0.83 | 0.31 | 0 | 0 | 202.36 | 1 | 0.58 |
| Hex | 2B | B0 | FF | 53 | 1F | 0 | 0 | CA | 64 | 3A |
| Octal | 53 | 260 | 377 | 123 | 37 | 0 | 0 | 312 | 144 | 72 |
| Binary | 101011 | 10110000 | 11111111 | 1010011 | 11111 | 0 | 0 | 11001010 | 1100100 | 111010 |
Color Harmonies of #2BB0FF
Complementary color
Monochromatic Colors of #2BB0FF
Black with #2BB0FF
Text Example
Text Example
White with #2BB0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB0FF; }
p { color: rgb(43,176,255); }
H1.HeaderClassName
{
color: #2BB0FF;
}
.AnyTagClassName
{
color: #2BB0FF;
}
</style>
background-color css
<style>
a { background-color: #2BB0FF; }
a { background-color: rgb(43,176,255); }
div.DivClassName
{
background-color: #2BB0FF;
}
.BgClassName
{
background-color: #2BB0FF;
}
</style>
border-color css
<style>
span { border-color: #2BB0FF; }
span { border-color: rgb(43,176,255); }
td.TdClassName
{
border-color: #2BB0FF;
}
.TagClassName
{
border-color: #2BB0FF;
}
</style>