Shades of Dodger Blue #2383FF
Tints of Dodger Blue #2383FF
RGB
CMYK
RGB Variations
Color information
#2383FF (or 0x2383FF) is known color: Dodger Blue. HEX triplet: 23, 83 and FF. RGB value is (35,131,255). Sum of RGB (Red+Green+Blue) = 35+131+255=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #2383FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2383FF is #DC7C00. Grayscale: #737373. Windows color (decimal): -14449665 or 16745251. OLE color: 16745251.
HSL color Cylindrical-coordinate representation of color #2383FF: hue angle of 213.82º 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 #2383FF is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 131 | 255 | - |
| CMYK | 0.86 | 0.49 | 0 | 0 |
| HSL | 213.82º | 1% | 0.57% | - |
| HSV(B) | 213.82º | 0.86% | 1% | - |
| XYZ | 26.86 | 23.81 | 97.79 | - |
| YUV | 116.43 | 206.2 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 131 | 255 | 0.86 | 0.49 | 0 | 0 | 213.82 | 1 | 0.57 |
| Hex | 23 | 83 | FF | 56 | 31 | 0 | 0 | D6 | 64 | 39 |
| Octal | 43 | 203 | 377 | 126 | 61 | 0 | 0 | 326 | 144 | 71 |
| Binary | 100011 | 10000011 | 11111111 | 1010110 | 110001 | 0 | 0 | 11010110 | 1100100 | 111001 |
Color Harmonies of #2383FF
Complementary color
Monochromatic Colors of #2383FF
Black with #2383FF
Text Example
Text Example
White with #2383FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2383FF; }
p { color: rgb(35,131,255); }
H1.HeaderClassName
{
color: #2383FF;
}
.AnyTagClassName
{
color: #2383FF;
}
</style>
background-color css
<style>
a { background-color: #2383FF; }
a { background-color: rgb(35,131,255); }
div.DivClassName
{
background-color: #2383FF;
}
.BgClassName
{
background-color: #2383FF;
}
</style>
border-color css
<style>
span { border-color: #2383FF; }
span { border-color: rgb(35,131,255); }
td.TdClassName
{
border-color: #2383FF;
}
.TagClassName
{
border-color: #2383FF;
}
</style>