Shades of Dodger Blue #236FFE
Tints of Dodger Blue #236FFE
RGB
CMYK
RGB Variations
Color information
#236FFE (or 0x236FFE) is known color: Dodger Blue. HEX triplet: 23, 6F and FE. RGB value is (35,111,254). Sum of RGB (Red+Green+Blue) = 35+111+254=400 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.75% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #236FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236FFE is #DC9001. Grayscale: #676767. Windows color (decimal): -14454786 or 16674595. OLE color: 16674595.
HSL color Cylindrical-coordinate representation of color #236FFE: hue angle of 219.18º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #236FFE is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 111 | 254 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.00 |
| HSL | 219.18º | 0.99% | 0.57% | - |
| HSV(B) | 219.18º | 0.86% | 1% | - |
| XYZ | 24.27 | 18.88 | 96.13 | - |
| YUV | 104.58 | 212.32 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 111 | 254 | 0.86 | 0.56 | 0 | 0.00 | 219.18 | 0.99 | 0.57 |
| Hex | 23 | 6F | FE | 56 | 38 | 0 | 0 | DB | 63 | 39 |
| Octal | 43 | 157 | 376 | 126 | 70 | 0 | 0 | 333 | 143 | 71 |
| Binary | 100011 | 1101111 | 11111110 | 1010110 | 111000 | 0 | 0 | 11011011 | 1100011 | 111001 |
Color Harmonies of #236FFE
Complementary color
Monochromatic Colors of #236FFE
Black with #236FFE
Text Example
Text Example
White with #236FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236FFE; }
p { color: rgb(35,111,254); }
H1.HeaderClassName
{
color: #236FFE;
}
.AnyTagClassName
{
color: #236FFE;
}
</style>
background-color css
<style>
a { background-color: #236FFE; }
a { background-color: rgb(35,111,254); }
div.DivClassName
{
background-color: #236FFE;
}
.BgClassName
{
background-color: #236FFE;
}
</style>
border-color css
<style>
span { border-color: #236FFE; }
span { border-color: rgb(35,111,254); }
td.TdClassName
{
border-color: #236FFE;
}
.TagClassName
{
border-color: #236FFE;
}
</style>