Shades of Dodger Blue #30AAFC
Tints of Dodger Blue #30AAFC
RGB
CMYK
RGB Variations
Color information
#30AAFC (or 0x30AAFC) is known color: Dodger Blue. HEX triplet: 30, AA and FC. RGB value is (48,170,252). Sum of RGB (Red+Green+Blue) = 48+170+252=470 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.21% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #30AAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30AAFC is #CF5503. Grayscale: #8E8E8E. Windows color (decimal): -13587716 or 16558640. OLE color: 16558640.
HSL color Cylindrical-coordinate representation of color #30AAFC: hue angle of 204.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30AAFC is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 170 | 252 | - |
| CMYK | 0.81 | 0.33 | 0 | 0.01 |
| HSL | 204.12º | 0.97% | 0.59% | - |
| HSV(B) | 204.12º | 0.81% | 0.99% | - |
| XYZ | 33.16 | 36.41 | 97.37 | - |
| YUV | 142.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 170 | 252 | 0.81 | 0.33 | 0 | 0.01 | 204.12 | 0.97 | 0.59 |
| Hex | 30 | AA | FC | 51 | 21 | 0 | 1 | CC | 61 | 3B |
| Octal | 60 | 252 | 374 | 121 | 41 | 0 | 1 | 314 | 141 | 73 |
| Binary | 110000 | 10101010 | 11111100 | 1010001 | 100001 | 0 | 1 | 11001100 | 1100001 | 111011 |
Color Harmonies of #30AAFC
Complementary color
Monochromatic Colors of #30AAFC
Black with #30AAFC
Text Example
Text Example
White with #30AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AAFC; }
p { color: rgb(48,170,252); }
H1.HeaderClassName
{
color: #30AAFC;
}
.AnyTagClassName
{
color: #30AAFC;
}
</style>
background-color css
<style>
a { background-color: #30AAFC; }
a { background-color: rgb(48,170,252); }
div.DivClassName
{
background-color: #30AAFC;
}
.BgClassName
{
background-color: #30AAFC;
}
</style>
border-color css
<style>
span { border-color: #30AAFC; }
span { border-color: rgb(48,170,252); }
td.TdClassName
{
border-color: #30AAFC;
}
.TagClassName
{
border-color: #30AAFC;
}
</style>