Shades of Dodger Blue #227BF2
Tints of Dodger Blue #227BF2
RGB
CMYK
RGB Variations
Color information
#227BF2 (or 0x227BF2) is known color: Dodger Blue. HEX triplet: 22, 7B and F2. RGB value is (34,123,242). Sum of RGB (Red+Green+Blue) = 34+123+242=399 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.52% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 242 (94.92% from 255 or 60.65% from 399); Max value from RGB is 242 - color contains mainly: blue. Hex color #227BF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BF2 is #DD840D. Grayscale: #6D6D6D. Windows color (decimal): -14517262 or 15891234. OLE color: 15891234.
HSL color Cylindrical-coordinate representation of color #227BF2: hue angle of 214.33º degrees, saturation: 0.89, 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 #227BF2 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 123 | 242 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.05 |
| HSL | 214.33º | 0.89% | 0.54% | - |
| HSV(B) | 214.33º | 0.86% | 0.95% | - |
| XYZ | 23.77 | 20.92 | 86.79 | - |
| YUV | 109.96 | 202.51 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 242 | 0.86 | 0.49 | 0 | 0.05 | 214.33 | 0.89 | 0.54 |
| Hex | 22 | 7B | F2 | 56 | 31 | 0 | 5 | D6 | 59 | 36 |
| Octal | 42 | 173 | 362 | 126 | 61 | 0 | 5 | 326 | 131 | 66 |
| Binary | 100010 | 1111011 | 11110010 | 1010110 | 110001 | 0 | 101 | 11010110 | 1011001 | 110110 |
Color Harmonies of #227BF2
Complementary color
Monochromatic Colors of #227BF2
Black with #227BF2
Text Example
Text Example
White with #227BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BF2; }
p { color: rgb(34,123,242); }
H1.HeaderClassName
{
color: #227BF2;
}
.AnyTagClassName
{
color: #227BF2;
}
</style>
background-color css
<style>
a { background-color: #227BF2; }
a { background-color: rgb(34,123,242); }
div.DivClassName
{
background-color: #227BF2;
}
.BgClassName
{
background-color: #227BF2;
}
</style>
border-color css
<style>
span { border-color: #227BF2; }
span { border-color: rgb(34,123,242); }
td.TdClassName
{
border-color: #227BF2;
}
.TagClassName
{
border-color: #227BF2;
}
</style>