Shades of Dodger Blue #2B9AFB
Tints of Dodger Blue #2B9AFB
RGB
CMYK
RGB Variations
Color information
#2B9AFB (or 0x2B9AFB) is known color: Dodger Blue. HEX triplet: 2B, 9A and FB. RGB value is (43,154,251). Sum of RGB (Red+Green+Blue) = 43+154+251=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B9AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9AFB is #D46504. Grayscale: #838383. Windows color (decimal): -13919493 or 16489003. OLE color: 16489003.
HSL color Cylindrical-coordinate representation of color #2B9AFB: hue angle of 207.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9AFB is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 154 | 251 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.02 |
| HSL | 207.98º | 0.96% | 0.58% | - |
| HSV(B) | 207.98º | 0.83% | 0.98% | - |
| XYZ | 29.96 | 30.59 | 95.59 | - |
| YUV | 131.87 | 195.23 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 251 | 0.83 | 0.39 | 0 | 0.02 | 207.98 | 0.96 | 0.58 |
| Hex | 2B | 9A | FB | 53 | 27 | 0 | 2 | D0 | 60 | 3A |
| Octal | 53 | 232 | 373 | 123 | 47 | 0 | 2 | 320 | 140 | 72 |
| Binary | 101011 | 10011010 | 11111011 | 1010011 | 100111 | 0 | 10 | 11010000 | 1100000 | 111010 |
Color Harmonies of #2B9AFB
Complementary color
Monochromatic Colors of #2B9AFB
Black with #2B9AFB
Text Example
Text Example
White with #2B9AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9AFB; }
p { color: rgb(43,154,251); }
H1.HeaderClassName
{
color: #2B9AFB;
}
.AnyTagClassName
{
color: #2B9AFB;
}
</style>
background-color css
<style>
a { background-color: #2B9AFB; }
a { background-color: rgb(43,154,251); }
div.DivClassName
{
background-color: #2B9AFB;
}
.BgClassName
{
background-color: #2B9AFB;
}
</style>
border-color css
<style>
span { border-color: #2B9AFB; }
span { border-color: rgb(43,154,251); }
td.TdClassName
{
border-color: #2B9AFB;
}
.TagClassName
{
border-color: #2B9AFB;
}
</style>