Shades of Dodger Blue #229AF1
Tints of Dodger Blue #229AF1
RGB
CMYK
RGB Variations
Color information
#229AF1 (or 0x229AF1) is known color: Dodger Blue. HEX triplet: 22, 9A and F1. RGB value is (34,154,241). Sum of RGB (Red+Green+Blue) = 34+154+241=429 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.93% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #229AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AF1 is #DD650E. Grayscale: #7F7F7F. Windows color (decimal): -14509327 or 15833634. OLE color: 15833634.
HSL color Cylindrical-coordinate representation of color #229AF1: hue angle of 205.22º degrees, saturation: 0.88, 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 #229AF1 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 154 | 241 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.05 |
| HSL | 205.22º | 0.88% | 0.54% | - |
| HSV(B) | 205.22º | 0.86% | 0.95% | - |
| XYZ | 28.09 | 29.8 | 87.49 | - |
| YUV | 128.04 | 191.74 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 241 | 0.86 | 0.36 | 0 | 0.05 | 205.22 | 0.88 | 0.54 |
| Hex | 22 | 9A | F1 | 56 | 24 | 0 | 5 | CD | 58 | 36 |
| Octal | 42 | 232 | 361 | 126 | 44 | 0 | 5 | 315 | 130 | 66 |
| Binary | 100010 | 10011010 | 11110001 | 1010110 | 100100 | 0 | 101 | 11001101 | 1011000 | 110110 |
Color Harmonies of #229AF1
Complementary color
Monochromatic Colors of #229AF1
Black with #229AF1
Text Example
Text Example
White with #229AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229AF1; }
p { color: rgb(34,154,241); }
H1.HeaderClassName
{
color: #229AF1;
}
.AnyTagClassName
{
color: #229AF1;
}
</style>
background-color css
<style>
a { background-color: #229AF1; }
a { background-color: rgb(34,154,241); }
div.DivClassName
{
background-color: #229AF1;
}
.BgClassName
{
background-color: #229AF1;
}
</style>
border-color css
<style>
span { border-color: #229AF1; }
span { border-color: rgb(34,154,241); }
td.TdClassName
{
border-color: #229AF1;
}
.TagClassName
{
border-color: #229AF1;
}
</style>