Shades of Dodger Blue #2B74F8
Tints of Dodger Blue #2B74F8
RGB
CMYK
RGB Variations
Color information
#2B74F8 (or 0x2B74F8) is known color: Dodger Blue. HEX triplet: 2B, 74 and F8. RGB value is (43,116,248). Sum of RGB (Red+Green+Blue) = 43+116+248=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 248 (97.27% from 255 or 60.93% from 407); Max value from RGB is 248 - color contains mainly: blue. Hex color #2B74F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B74F8 is #D48B07. Grayscale: #6C6C6C. Windows color (decimal): -13929224 or 16282667. OLE color: 16282667.
HSL color Cylindrical-coordinate representation of color #2B74F8: hue angle of 218.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B74F8 is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 116 | 248 | - |
| CMYK | 0.83 | 0.53 | 0 | 0.03 |
| HSL | 218.63º | 0.94% | 0.57% | - |
| HSV(B) | 218.63º | 0.83% | 0.97% | - |
| XYZ | 24.18 | 19.78 | 91.35 | - |
| YUV | 109.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 116 | 248 | 0.83 | 0.53 | 0 | 0.03 | 218.63 | 0.94 | 0.57 |
| Hex | 2B | 74 | F8 | 53 | 35 | 0 | 3 | DB | 5E | 39 |
| Octal | 53 | 164 | 370 | 123 | 65 | 0 | 3 | 333 | 136 | 71 |
| Binary | 101011 | 1110100 | 11111000 | 1010011 | 110101 | 0 | 11 | 11011011 | 1011110 | 111001 |
Color Harmonies of #2B74F8
Complementary color
Monochromatic Colors of #2B74F8
Black with #2B74F8
Text Example
Text Example
White with #2B74F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B74F8; }
p { color: rgb(43,116,248); }
H1.HeaderClassName
{
color: #2B74F8;
}
.AnyTagClassName
{
color: #2B74F8;
}
</style>
background-color css
<style>
a { background-color: #2B74F8; }
a { background-color: rgb(43,116,248); }
div.DivClassName
{
background-color: #2B74F8;
}
.BgClassName
{
background-color: #2B74F8;
}
</style>
border-color css
<style>
span { border-color: #2B74F8; }
span { border-color: rgb(43,116,248); }
td.TdClassName
{
border-color: #2B74F8;
}
.TagClassName
{
border-color: #2B74F8;
}
</style>