Shades of Dodger Blue #2283F8
Tints of Dodger Blue #2283F8
RGB
CMYK
RGB Variations
Color information
#2283F8 (or 0x2283F8) is known color: Dodger Blue. HEX triplet: 22, 83 and F8. RGB value is (34,131,248). Sum of RGB (Red+Green+Blue) = 34+131+248=413 (54% of max value = 765). Red value is 34 (13.67% from 255 or 8.23% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #2283F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2283F8 is #DD7C07. Grayscale: #727272. Windows color (decimal): -14515208 or 16286498. OLE color: 16286498.
HSL color Cylindrical-coordinate representation of color #2283F8: hue angle of 212.8º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2283F8 is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 131 | 248 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.03 |
| HSL | 212.8º | 0.94% | 0.55% | - |
| HSV(B) | 212.8º | 0.86% | 0.97% | - |
| XYZ | 25.72 | 23.35 | 91.96 | - |
| YUV | 115.34 | 202.86 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 131 | 248 | 0.86 | 0.47 | 0 | 0.03 | 212.8 | 0.94 | 0.55 |
| Hex | 22 | 83 | F8 | 56 | 2F | 0 | 3 | D5 | 5E | 37 |
| Octal | 42 | 203 | 370 | 126 | 57 | 0 | 3 | 325 | 136 | 67 |
| Binary | 100010 | 10000011 | 11111000 | 1010110 | 101111 | 0 | 11 | 11010101 | 1011110 | 110111 |
Color Harmonies of #2283F8
Complementary color
Monochromatic Colors of #2283F8
Black with #2283F8
Text Example
Text Example
White with #2283F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2283F8; }
p { color: rgb(34,131,248); }
H1.HeaderClassName
{
color: #2283F8;
}
.AnyTagClassName
{
color: #2283F8;
}
</style>
background-color css
<style>
a { background-color: #2283F8; }
a { background-color: rgb(34,131,248); }
div.DivClassName
{
background-color: #2283F8;
}
.BgClassName
{
background-color: #2283F8;
}
</style>
border-color css
<style>
span { border-color: #2283F8; }
span { border-color: rgb(34,131,248); }
td.TdClassName
{
border-color: #2283F8;
}
.TagClassName
{
border-color: #2283F8;
}
</style>