Shades of Dodger Blue #2B75FE
Tints of Dodger Blue #2B75FE
RGB
CMYK
RGB Variations
Color information
#2B75FE (or 0x2B75FE) is known color: Dodger Blue. HEX triplet: 2B, 75 and FE. RGB value is (43,117,254). Sum of RGB (Red+Green+Blue) = 43+117+254=414 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.39% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #2B75FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B75FE is #D48A01. Grayscale: #6D6D6D. Windows color (decimal): -13928962 or 16676139. OLE color: 16676139.
HSL color Cylindrical-coordinate representation of color #2B75FE: hue angle of 218.96º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B75FE is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 117 | 254 | - |
| CMYK | 0.83 | 0.54 | 0 | 0.00 |
| HSL | 218.96º | 0.99% | 0.58% | - |
| HSV(B) | 218.96º | 0.83% | 1% | - |
| XYZ | 25.25 | 20.39 | 96.37 | - |
| YUV | 110.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 117 | 254 | 0.83 | 0.54 | 0 | 0.00 | 218.96 | 0.99 | 0.58 |
| Hex | 2B | 75 | FE | 53 | 36 | 0 | 0 | DB | 63 | 3A |
| Octal | 53 | 165 | 376 | 123 | 66 | 0 | 0 | 333 | 143 | 72 |
| Binary | 101011 | 1110101 | 11111110 | 1010011 | 110110 | 0 | 0 | 11011011 | 1100011 | 111010 |
Color Harmonies of #2B75FE
Complementary color
Monochromatic Colors of #2B75FE
Black with #2B75FE
Text Example
Text Example
White with #2B75FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B75FE; }
p { color: rgb(43,117,254); }
H1.HeaderClassName
{
color: #2B75FE;
}
.AnyTagClassName
{
color: #2B75FE;
}
</style>
background-color css
<style>
a { background-color: #2B75FE; }
a { background-color: rgb(43,117,254); }
div.DivClassName
{
background-color: #2B75FE;
}
.BgClassName
{
background-color: #2B75FE;
}
</style>
border-color css
<style>
span { border-color: #2B75FE; }
span { border-color: rgb(43,117,254); }
td.TdClassName
{
border-color: #2B75FE;
}
.TagClassName
{
border-color: #2B75FE;
}
</style>