Shades of Dodger Blue #30ADFF
Tints of Dodger Blue #30ADFF
RGB
CMYK
RGB Variations
Color information
#30ADFF (or 0x30ADFF) is known color: Dodger Blue. HEX triplet: 30, AD and FF. RGB value is (48,173,255). Sum of RGB (Red+Green+Blue) = 48+173+255=476 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.08% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #30ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ADFF is #CF5200. Grayscale: #909090. Windows color (decimal): -13586945 or 16756016. OLE color: 16756016.
HSL color Cylindrical-coordinate representation of color #30ADFF: hue angle of 203.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30ADFF is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 173 | 255 | - |
| CMYK | 0.81 | 0.32 | 0 | 0 |
| HSL | 203.77º | 1% | 0.59% | - |
| HSV(B) | 203.77º | 0.81% | 1% | - |
| XYZ | 34.21 | 37.74 | 100.09 | - |
| YUV | 144.97 | 190.09 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 255 | 0.81 | 0.32 | 0 | 0 | 203.77 | 1 | 0.59 |
| Hex | 30 | AD | FF | 51 | 20 | 0 | 0 | CC | 64 | 3B |
| Octal | 60 | 255 | 377 | 121 | 40 | 0 | 0 | 314 | 144 | 73 |
| Binary | 110000 | 10101101 | 11111111 | 1010001 | 100000 | 0 | 0 | 11001100 | 1100100 | 111011 |
Color Harmonies of #30ADFF
Complementary color
Monochromatic Colors of #30ADFF
Black with #30ADFF
Text Example
Text Example
White with #30ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ADFF; }
p { color: rgb(48,173,255); }
H1.HeaderClassName
{
color: #30ADFF;
}
.AnyTagClassName
{
color: #30ADFF;
}
</style>
background-color css
<style>
a { background-color: #30ADFF; }
a { background-color: rgb(48,173,255); }
div.DivClassName
{
background-color: #30ADFF;
}
.BgClassName
{
background-color: #30ADFF;
}
</style>
border-color css
<style>
span { border-color: #30ADFF; }
span { border-color: rgb(48,173,255); }
td.TdClassName
{
border-color: #30ADFF;
}
.TagClassName
{
border-color: #30ADFF;
}
</style>