Shades of Dodger Blue #2B9BFF
Tints of Dodger Blue #2B9BFF
RGB
CMYK
RGB Variations
Color information
#2B9BFF (or 0x2B9BFF) is known color: Dodger Blue. HEX triplet: 2B, 9B and FF. RGB value is (43,155,255). Sum of RGB (Red+Green+Blue) = 43+155+255=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #2B9BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9BFF is #D46400. Grayscale: #848484. Windows color (decimal): -13919233 or 16751403. OLE color: 16751403.
HSL color Cylindrical-coordinate representation of color #2B9BFF: hue angle of 208.3º 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 #2B9BFF is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 155 | 255 | - |
| CMYK | 0.83 | 0.39 | 0 | 0 |
| HSL | 208.3º | 1% | 0.58% | - |
| HSV(B) | 208.3º | 0.83% | 1% | - |
| XYZ | 30.77 | 31.18 | 99 | - |
| YUV | 132.91 | 196.89 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 155 | 255 | 0.83 | 0.39 | 0 | 0 | 208.3 | 1 | 0.58 |
| Hex | 2B | 9B | FF | 53 | 27 | 0 | 0 | D0 | 64 | 3A |
| Octal | 53 | 233 | 377 | 123 | 47 | 0 | 0 | 320 | 144 | 72 |
| Binary | 101011 | 10011011 | 11111111 | 1010011 | 100111 | 0 | 0 | 11010000 | 1100100 | 111010 |
Color Harmonies of #2B9BFF
Complementary color
Monochromatic Colors of #2B9BFF
Black with #2B9BFF
Text Example
Text Example
White with #2B9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9BFF; }
p { color: rgb(43,155,255); }
H1.HeaderClassName
{
color: #2B9BFF;
}
.AnyTagClassName
{
color: #2B9BFF;
}
</style>
background-color css
<style>
a { background-color: #2B9BFF; }
a { background-color: rgb(43,155,255); }
div.DivClassName
{
background-color: #2B9BFF;
}
.BgClassName
{
background-color: #2B9BFF;
}
</style>
border-color css
<style>
span { border-color: #2B9BFF; }
span { border-color: rgb(43,155,255); }
td.TdClassName
{
border-color: #2B9BFF;
}
.TagClassName
{
border-color: #2B9BFF;
}
</style>