Shades of Dodger Blue #1876F3
Tints of Dodger Blue #1876F3
RGB
CMYK
RGB Variations
Color information
#1876F3 (or 0x1876F3) is known color: Dodger Blue. HEX triplet: 18, 76 and F3. RGB value is (24,118,243). Sum of RGB (Red+Green+Blue) = 24+118+243=385 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.23% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #1876F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1876F3 is #E7890C. Grayscale: #676767. Windows color (decimal): -15173901 or 15955480. OLE color: 15955480.
HSL color Cylindrical-coordinate representation of color #1876F3: hue angle of 214.25º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1876F3 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 24 | 118 | 243 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.05 |
| HSL | 214.25º | 0.9% | 0.52% | - |
| HSV(B) | 214.25º | 0.9% | 0.95% | - |
| XYZ | 23.03 | 19.62 | 87.37 | - |
| YUV | 104.14 | 206.36 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 118 | 243 | 0.90 | 0.51 | 0 | 0.05 | 214.25 | 0.9 | 0.52 |
| Hex | 18 | 76 | F3 | 5A | 33 | 0 | 5 | D6 | 5A | 34 |
| Octal | 30 | 166 | 363 | 132 | 63 | 0 | 5 | 326 | 132 | 64 |
| Binary | 11000 | 1110110 | 11110011 | 1011010 | 110011 | 0 | 101 | 11010110 | 1011010 | 110100 |
Color Harmonies of #1876F3
Complementary color
Monochromatic Colors of #1876F3
Black with #1876F3
Text Example
Text Example
White with #1876F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1876F3; }
p { color: rgb(24,118,243); }
H1.HeaderClassName
{
color: #1876F3;
}
.AnyTagClassName
{
color: #1876F3;
}
</style>
background-color css
<style>
a { background-color: #1876F3; }
a { background-color: rgb(24,118,243); }
div.DivClassName
{
background-color: #1876F3;
}
.BgClassName
{
background-color: #1876F3;
}
</style>
border-color css
<style>
span { border-color: #1876F3; }
span { border-color: rgb(24,118,243); }
td.TdClassName
{
border-color: #1876F3;
}
.TagClassName
{
border-color: #1876F3;
}
</style>