Shades of Dodger Blue #2B92DF
Tints of Dodger Blue #2B92DF
RGB
CMYK
RGB Variations
Color information
#2B92DF (or 0x2B92DF) is known color: Dodger Blue. HEX triplet: 2B, 92 and DF. RGB value is (43,146,223). Sum of RGB (Red+Green+Blue) = 43+146+223=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B92DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B92DF is #D46D20. Grayscale: #7B7B7B. Windows color (decimal): -13921569 or 14651947. OLE color: 14651947.
HSL color Cylindrical-coordinate representation of color #2B92DF: hue angle of 205.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B92DF is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 146 | 223 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.13 |
| HSL | 205.67º | 0.74% | 0.52% | - |
| HSV(B) | 205.67º | 0.81% | 0.87% | - |
| XYZ | 24.59 | 26.4 | 73.61 | - |
| YUV | 123.98 | 183.88 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 223 | 0.81 | 0.35 | 0 | 0.13 | 205.67 | 0.74 | 0.52 |
| Hex | 2B | 92 | DF | 51 | 23 | 0 | D | CE | 4A | 34 |
| Octal | 53 | 222 | 337 | 121 | 43 | 0 | 15 | 316 | 112 | 64 |
| Binary | 101011 | 10010010 | 11011111 | 1010001 | 100011 | 0 | 1101 | 11001110 | 1001010 | 110100 |
Color Harmonies of #2B92DF
Complementary color
Monochromatic Colors of #2B92DF
Black with #2B92DF
Text Example
Text Example
White with #2B92DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B92DF; }
p { color: rgb(43,146,223); }
H1.HeaderClassName
{
color: #2B92DF;
}
.AnyTagClassName
{
color: #2B92DF;
}
</style>
background-color css
<style>
a { background-color: #2B92DF; }
a { background-color: rgb(43,146,223); }
div.DivClassName
{
background-color: #2B92DF;
}
.BgClassName
{
background-color: #2B92DF;
}
</style>
border-color css
<style>
span { border-color: #2B92DF; }
span { border-color: rgb(43,146,223); }
td.TdClassName
{
border-color: #2B92DF;
}
.TagClassName
{
border-color: #2B92DF;
}
</style>