Shades of Dodger Blue #2270FA
Tints of Dodger Blue #2270FA
RGB
CMYK
RGB Variations
Color information
#2270FA (or 0x2270FA) is known color: Dodger Blue. HEX triplet: 22, 70 and FA. RGB value is (34,112,250). Sum of RGB (Red+Green+Blue) = 34+112+250=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #2270FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2270FA is #DD8F05. Grayscale: #676767. Windows color (decimal): -14520070 or 16412706. OLE color: 16412706.
HSL color Cylindrical-coordinate representation of color #2270FA: hue angle of 218.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2270FA is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 34 | 112 | 250 | - |
| CMYK | 0.86 | 0.55 | 0 | 0.02 |
| HSL | 218.33º | 0.96% | 0.56% | - |
| HSV(B) | 218.33º | 0.86% | 0.98% | - |
| XYZ | 23.71 | 18.83 | 92.83 | - |
| YUV | 104.41 | 210.16 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 250 | 0.86 | 0.55 | 0 | 0.02 | 218.33 | 0.96 | 0.56 |
| Hex | 22 | 70 | FA | 56 | 37 | 0 | 2 | DA | 60 | 38 |
| Octal | 42 | 160 | 372 | 126 | 67 | 0 | 2 | 332 | 140 | 70 |
| Binary | 100010 | 1110000 | 11111010 | 1010110 | 110111 | 0 | 10 | 11011010 | 1100000 | 111000 |
Color Harmonies of #2270FA
Complementary color
Monochromatic Colors of #2270FA
Black with #2270FA
Text Example
Text Example
White with #2270FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2270FA; }
p { color: rgb(34,112,250); }
H1.HeaderClassName
{
color: #2270FA;
}
.AnyTagClassName
{
color: #2270FA;
}
</style>
background-color css
<style>
a { background-color: #2270FA; }
a { background-color: rgb(34,112,250); }
div.DivClassName
{
background-color: #2270FA;
}
.BgClassName
{
background-color: #2270FA;
}
</style>
border-color css
<style>
span { border-color: #2270FA; }
span { border-color: rgb(34,112,250); }
td.TdClassName
{
border-color: #2270FA;
}
.TagClassName
{
border-color: #2270FA;
}
</style>