Shades of Dodger Blue #2273F3
Tints of Dodger Blue #2273F3
RGB
CMYK
RGB Variations
Color information
#2273F3 (or 0x2273F3) is known color: Dodger Blue. HEX triplet: 22, 73 and F3. RGB value is (34,115,243). Sum of RGB (Red+Green+Blue) = 34+115+243=392 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.67% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 243 (95.31% from 255 or 61.99% from 392); Max value from RGB is 243 - color contains mainly: blue. Hex color #2273F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2273F3 is #DD8C0C. Grayscale: #686868. Windows color (decimal): -14519309 or 15954722. OLE color: 15954722.
HSL color Cylindrical-coordinate representation of color #2273F3: hue angle of 216.75º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2273F3 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 115 | 243 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.05 |
| HSL | 216.75º | 0.9% | 0.54% | - |
| HSV(B) | 216.75º | 0.86% | 0.95% | - |
| XYZ | 22.97 | 19.07 | 87.26 | - |
| YUV | 105.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 115 | 243 | 0.86 | 0.53 | 0 | 0.05 | 216.75 | 0.9 | 0.54 |
| Hex | 22 | 73 | F3 | 56 | 35 | 0 | 5 | D9 | 5A | 36 |
| Octal | 42 | 163 | 363 | 126 | 65 | 0 | 5 | 331 | 132 | 66 |
| Binary | 100010 | 1110011 | 11110011 | 1010110 | 110101 | 0 | 101 | 11011001 | 1011010 | 110110 |
Color Harmonies of #2273F3
Complementary color
Monochromatic Colors of #2273F3
Black with #2273F3
Text Example
Text Example
White with #2273F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2273F3; }
p { color: rgb(34,115,243); }
H1.HeaderClassName
{
color: #2273F3;
}
.AnyTagClassName
{
color: #2273F3;
}
</style>
background-color css
<style>
a { background-color: #2273F3; }
a { background-color: rgb(34,115,243); }
div.DivClassName
{
background-color: #2273F3;
}
.BgClassName
{
background-color: #2273F3;
}
</style>
border-color css
<style>
span { border-color: #2273F3; }
span { border-color: rgb(34,115,243); }
td.TdClassName
{
border-color: #2273F3;
}
.TagClassName
{
border-color: #2273F3;
}
</style>