Shades of Dodger Blue #2369FF
Tints of Dodger Blue #2369FF
RGB
CMYK
RGB Variations
Color information
#2369FF (or 0x2369FF) is known color: Dodger Blue. HEX triplet: 23, 69 and FF. RGB value is (35,105,255). Sum of RGB (Red+Green+Blue) = 35+105+255=395 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.86% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #2369FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2369FF is #DC9600. Grayscale: #646464. Windows color (decimal): -14456321 or 16738595. OLE color: 16738595.
HSL color Cylindrical-coordinate representation of color #2369FF: hue angle of 220.91º 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 #2369FF is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 105 | 255 | - |
| CMYK | 0.86 | 0.59 | 0 | 0 |
| HSL | 220.91º | 1% | 0.57% | - |
| HSV(B) | 220.91º | 0.86% | 1% | - |
| XYZ | 23.79 | 17.68 | 96.77 | - |
| YUV | 101.17 | 214.81 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 105 | 255 | 0.86 | 0.59 | 0 | 0 | 220.91 | 1 | 0.57 |
| Hex | 23 | 69 | FF | 56 | 3B | 0 | 0 | DD | 64 | 39 |
| Octal | 43 | 151 | 377 | 126 | 73 | 0 | 0 | 335 | 144 | 71 |
| Binary | 100011 | 1101001 | 11111111 | 1010110 | 111011 | 0 | 0 | 11011101 | 1100100 | 111001 |
Color Harmonies of #2369FF
Complementary color
Monochromatic Colors of #2369FF
Black with #2369FF
Text Example
Text Example
White with #2369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2369FF; }
p { color: rgb(35,105,255); }
H1.HeaderClassName
{
color: #2369FF;
}
.AnyTagClassName
{
color: #2369FF;
}
</style>
background-color css
<style>
a { background-color: #2369FF; }
a { background-color: rgb(35,105,255); }
div.DivClassName
{
background-color: #2369FF;
}
.BgClassName
{
background-color: #2369FF;
}
</style>
border-color css
<style>
span { border-color: #2369FF; }
span { border-color: rgb(35,105,255); }
td.TdClassName
{
border-color: #2369FF;
}
.TagClassName
{
border-color: #2369FF;
}
</style>