Shades of Dodger Blue #30AAFE
Tints of Dodger Blue #30AAFE
RGB
CMYK
RGB Variations
Color information
#30AAFE (or 0x30AAFE) is known color: Dodger Blue. HEX triplet: 30, AA and FE. RGB value is (48,170,254). Sum of RGB (Red+Green+Blue) = 48+170+254=472 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.17% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #30AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAFE is #CF5501. Grayscale: #8E8E8E. Windows color (decimal): -13587714 or 16689712. OLE color: 16689712.
HSL color Cylindrical-coordinate representation of color #30AAFE: hue angle of 204.47º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AAFE is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 48 | 170 | 254 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.00 |
| HSL | 204.47º | 0.99% | 0.59% | - |
| HSV(B) | 204.47º | 0.81% | 1% | - |
| XYZ | 33.48 | 36.53 | 99.05 | - |
| YUV | 143.1 | 190.58 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 254 | 0.81 | 0.33 | 0 | 0.00 | 204.47 | 0.99 | 0.59 |
| Hex | 30 | AA | FE | 51 | 21 | 0 | 0 | CC | 63 | 3B |
| Octal | 60 | 252 | 376 | 121 | 41 | 0 | 0 | 314 | 143 | 73 |
| Binary | 110000 | 10101010 | 11111110 | 1010001 | 100001 | 0 | 0 | 11001100 | 1100011 | 111011 |
Color Harmonies of #30AAFE
Complementary color
Monochromatic Colors of #30AAFE
Black with #30AAFE
Text Example
Text Example
White with #30AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAFE; }
p { color: rgb(48,170,254); }
H1.HeaderClassName
{
color: #30AAFE;
}
.AnyTagClassName
{
color: #30AAFE;
}
</style>
background-color css
<style>
a { background-color: #30AAFE; }
a { background-color: rgb(48,170,254); }
div.DivClassName
{
background-color: #30AAFE;
}
.BgClassName
{
background-color: #30AAFE;
}
</style>
border-color css
<style>
span { border-color: #30AAFE; }
span { border-color: rgb(48,170,254); }
td.TdClassName
{
border-color: #30AAFE;
}
.TagClassName
{
border-color: #30AAFE;
}
</style>