Shades of Dodger Blue #2270FC
Tints of Dodger Blue #2270FC
RGB
CMYK
RGB Variations
Color information
#2270FC (or 0x2270FC) is known color: Dodger Blue. HEX triplet: 22, 70 and FC. RGB value is (34,112,252). Sum of RGB (Red+Green+Blue) = 34+112+252=398 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.54% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #2270FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2270FC is #DD8F03. Grayscale: #686868. Windows color (decimal): -14520068 or 16543778. OLE color: 16543778.
HSL color Cylindrical-coordinate representation of color #2270FC: hue angle of 218.53º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2270FC is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 34 | 112 | 252 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.01 |
| HSL | 218.53º | 0.97% | 0.56% | - |
| HSV(B) | 218.53º | 0.87% | 0.99% | - |
| XYZ | 24.02 | 18.96 | 94.49 | - |
| YUV | 104.64 | 211.16 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 252 | 0.87 | 0.56 | 0 | 0.01 | 218.53 | 0.97 | 0.56 |
| Hex | 22 | 70 | FC | 57 | 38 | 0 | 1 | DB | 61 | 38 |
| Octal | 42 | 160 | 374 | 127 | 70 | 0 | 1 | 333 | 141 | 70 |
| Binary | 100010 | 1110000 | 11111100 | 1010111 | 111000 | 0 | 1 | 11011011 | 1100001 | 111000 |
Color Harmonies of #2270FC
Complementary color
Monochromatic Colors of #2270FC
Black with #2270FC
Text Example
Text Example
White with #2270FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270FC; }
p { color: rgb(34,112,252); }
H1.HeaderClassName
{
color: #2270FC;
}
.AnyTagClassName
{
color: #2270FC;
}
</style>
background-color css
<style>
a { background-color: #2270FC; }
a { background-color: rgb(34,112,252); }
div.DivClassName
{
background-color: #2270FC;
}
.BgClassName
{
background-color: #2270FC;
}
</style>
border-color css
<style>
span { border-color: #2270FC; }
span { border-color: rgb(34,112,252); }
td.TdClassName
{
border-color: #2270FC;
}
.TagClassName
{
border-color: #2270FC;
}
</style>