Shades of Dodger Blue #236FFF
Tints of Dodger Blue #236FFF
RGB
CMYK
RGB Variations
Color information
#236FFF (or 0x236FFF) is known color: Dodger Blue. HEX triplet: 23, 6F and FF. RGB value is (35,111,255). Sum of RGB (Red+Green+Blue) = 35+111+255=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #236FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236FFF is #DC9000. Grayscale: #686868. Windows color (decimal): -14454785 or 16740131. OLE color: 16740131.
HSL color Cylindrical-coordinate representation of color #236FFF: hue angle of 219.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #236FFF is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 111 | 255 | - |
| CMYK | 0.86 | 0.56 | 0 | 0 |
| HSL | 219.27º | 1% | 0.57% | - |
| HSV(B) | 219.27º | 0.86% | 1% | - |
| XYZ | 24.43 | 18.95 | 96.98 | - |
| YUV | 104.69 | 212.82 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 255 | 0.86 | 0.56 | 0 | 0 | 219.27 | 1 | 0.57 |
| Hex | 23 | 6F | FF | 56 | 38 | 0 | 0 | DB | 64 | 39 |
| Octal | 43 | 157 | 377 | 126 | 70 | 0 | 0 | 333 | 144 | 71 |
| Binary | 100011 | 1101111 | 11111111 | 1010110 | 111000 | 0 | 0 | 11011011 | 1100100 | 111001 |
Color Harmonies of #236FFF
Complementary color
Monochromatic Colors of #236FFF
Black with #236FFF
Text Example
Text Example
White with #236FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FFF; }
p { color: rgb(35,111,255); }
H1.HeaderClassName
{
color: #236FFF;
}
.AnyTagClassName
{
color: #236FFF;
}
</style>
background-color css
<style>
a { background-color: #236FFF; }
a { background-color: rgb(35,111,255); }
div.DivClassName
{
background-color: #236FFF;
}
.BgClassName
{
background-color: #236FFF;
}
</style>
border-color css
<style>
span { border-color: #236FFF; }
span { border-color: rgb(35,111,255); }
td.TdClassName
{
border-color: #236FFF;
}
.TagClassName
{
border-color: #236FFF;
}
</style>