Shades of Dodger Blue #2B76FA
Tints of Dodger Blue #2B76FA
RGB
CMYK
RGB Variations
Color information
#2B76FA (or 0x2B76FA) is known color: Dodger Blue. HEX triplet: 2B, 76 and FA. RGB value is (43,118,250). Sum of RGB (Red+Green+Blue) = 43+118+250=411 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.46% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B76FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B76FA is #D48905. Grayscale: #6E6E6E. Windows color (decimal): -13928710 or 16414251. OLE color: 16414251.
HSL color Cylindrical-coordinate representation of color #2B76FA: hue angle of 218.26º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B76FA is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 118 | 250 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.02 |
| HSL | 218.26º | 0.95% | 0.57% | - |
| HSV(B) | 218.26º | 0.83% | 0.98% | - |
| XYZ | 24.73 | 20.37 | 93.07 | - |
| YUV | 110.62 | 206.65 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 118 | 250 | 0.83 | 0.53 | 0 | 0.02 | 218.26 | 0.95 | 0.57 |
| Hex | 2B | 76 | FA | 53 | 35 | 0 | 2 | DA | 5F | 39 |
| Octal | 53 | 166 | 372 | 123 | 65 | 0 | 2 | 332 | 137 | 71 |
| Binary | 101011 | 1110110 | 11111010 | 1010011 | 110101 | 0 | 10 | 11011010 | 1011111 | 111001 |
Color Harmonies of #2B76FA
Complementary color
Monochromatic Colors of #2B76FA
Black with #2B76FA
Text Example
Text Example
White with #2B76FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B76FA; }
p { color: rgb(43,118,250); }
H1.HeaderClassName
{
color: #2B76FA;
}
.AnyTagClassName
{
color: #2B76FA;
}
</style>
background-color css
<style>
a { background-color: #2B76FA; }
a { background-color: rgb(43,118,250); }
div.DivClassName
{
background-color: #2B76FA;
}
.BgClassName
{
background-color: #2B76FA;
}
</style>
border-color css
<style>
span { border-color: #2B76FA; }
span { border-color: rgb(43,118,250); }
td.TdClassName
{
border-color: #2B76FA;
}
.TagClassName
{
border-color: #2B76FA;
}
</style>