Shades of Dodger Blue #237FDB
Tints of Dodger Blue #237FDB
RGB
CMYK
RGB Variations
Color information
#237FDB (or 0x237FDB) is known color: Dodger Blue. HEX triplet: 23, 7F and DB. RGB value is (35,127,219). Sum of RGB (Red+Green+Blue) = 35+127+219=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #237FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #237FDB is #DC8024. Grayscale: #6D6D6D. Windows color (decimal): -14450725 or 14384931. OLE color: 14384931.
HSL color Cylindrical-coordinate representation of color #237FDB: hue angle of 210º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #237FDB is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 127 | 219 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.14 |
| HSL | 210º | 0.72% | 0.5% | - |
| HSV(B) | 210º | 0.84% | 0.86% | - |
| XYZ | 21.07 | 20.65 | 69.89 | - |
| YUV | 109.98 | 189.52 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 127 | 219 | 0.84 | 0.42 | 0 | 0.14 | 210 | 0.72 | 0.5 |
| Hex | 23 | 7F | DB | 54 | 2A | 0 | E | D2 | 48 | 32 |
| Octal | 43 | 177 | 333 | 124 | 52 | 0 | 16 | 322 | 110 | 62 |
| Binary | 100011 | 1111111 | 11011011 | 1010100 | 101010 | 0 | 1110 | 11010010 | 1001000 | 110010 |
Color Harmonies of #237FDB
Complementary color
Monochromatic Colors of #237FDB
Black with #237FDB
Text Example
Text Example
White with #237FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237FDB; }
p { color: rgb(35,127,219); }
H1.HeaderClassName
{
color: #237FDB;
}
.AnyTagClassName
{
color: #237FDB;
}
</style>
background-color css
<style>
a { background-color: #237FDB; }
a { background-color: rgb(35,127,219); }
div.DivClassName
{
background-color: #237FDB;
}
.BgClassName
{
background-color: #237FDB;
}
</style>
border-color css
<style>
span { border-color: #237FDB; }
span { border-color: rgb(35,127,219); }
td.TdClassName
{
border-color: #237FDB;
}
.TagClassName
{
border-color: #237FDB;
}
</style>