Shades of Dodger Blue #229CFE
Tints of Dodger Blue #229CFE
RGB
CMYK
RGB Variations
Color information
#229CFE (or 0x229CFE) is known color: Dodger Blue. HEX triplet: 22, 9C and FE. RGB value is (34,156,254). Sum of RGB (Red+Green+Blue) = 34+156+254=444 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.66% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #229CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CFE is #DD6301. Grayscale: #828282. Windows color (decimal): -14508802 or 16686114. OLE color: 16686114.
HSL color Cylindrical-coordinate representation of color #229CFE: hue angle of 206.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #229CFE is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 34 | 156 | 254 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.00 |
| HSL | 206.73º | 0.99% | 0.56% | - |
| HSV(B) | 206.73º | 0.87% | 1% | - |
| XYZ | 30.44 | 31.27 | 98.2 | - |
| YUV | 130.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 254 | 0.87 | 0.39 | 0 | 0.00 | 206.73 | 0.99 | 0.56 |
| Hex | 22 | 9C | FE | 57 | 27 | 0 | 0 | CF | 63 | 38 |
| Octal | 42 | 234 | 376 | 127 | 47 | 0 | 0 | 317 | 143 | 70 |
| Binary | 100010 | 10011100 | 11111110 | 1010111 | 100111 | 0 | 0 | 11001111 | 1100011 | 111000 |
Color Harmonies of #229CFE
Complementary color
Monochromatic Colors of #229CFE
Black with #229CFE
Text Example
Text Example
White with #229CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CFE; }
p { color: rgb(34,156,254); }
H1.HeaderClassName
{
color: #229CFE;
}
.AnyTagClassName
{
color: #229CFE;
}
</style>
background-color css
<style>
a { background-color: #229CFE; }
a { background-color: rgb(34,156,254); }
div.DivClassName
{
background-color: #229CFE;
}
.BgClassName
{
background-color: #229CFE;
}
</style>
border-color css
<style>
span { border-color: #229CFE; }
span { border-color: rgb(34,156,254); }
td.TdClassName
{
border-color: #229CFE;
}
.TagClassName
{
border-color: #229CFE;
}
</style>