Shades of Dodger Blue #21ADFE
Tints of Dodger Blue #21ADFE
RGB
CMYK
RGB Variations
Color information
#21ADFE (or 0x21ADFE) is known color: Dodger Blue. HEX triplet: 21, AD and FE. RGB value is (33,173,254). Sum of RGB (Red+Green+Blue) = 33+173+254=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #21ADFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADFE is #DE5201. Grayscale: #8B8B8B. Windows color (decimal): -14569986 or 16690465. OLE color: 16690465.
HSL color Cylindrical-coordinate representation of color #21ADFE: hue angle of 201.99º 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 #21ADFE is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 173 | 254 | - |
| CMYK | 0.87 | 0.32 | 0 | 0.00 |
| HSL | 201.99º | 0.99% | 0.56% | - |
| HSV(B) | 201.99º | 0.87% | 1% | - |
| XYZ | 33.46 | 37.37 | 99.21 | - |
| YUV | 140.37 | 192.12 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 254 | 0.87 | 0.32 | 0 | 0.00 | 201.99 | 0.99 | 0.56 |
| Hex | 21 | AD | FE | 57 | 20 | 0 | 0 | CA | 63 | 38 |
| Octal | 41 | 255 | 376 | 127 | 40 | 0 | 0 | 312 | 143 | 70 |
| Binary | 100001 | 10101101 | 11111110 | 1010111 | 100000 | 0 | 0 | 11001010 | 1100011 | 111000 |
Color Harmonies of #21ADFE
Complementary color
Monochromatic Colors of #21ADFE
Black with #21ADFE
Text Example
Text Example
White with #21ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADFE; }
p { color: rgb(33,173,254); }
H1.HeaderClassName
{
color: #21ADFE;
}
.AnyTagClassName
{
color: #21ADFE;
}
</style>
background-color css
<style>
a { background-color: #21ADFE; }
a { background-color: rgb(33,173,254); }
div.DivClassName
{
background-color: #21ADFE;
}
.BgClassName
{
background-color: #21ADFE;
}
</style>
border-color css
<style>
span { border-color: #21ADFE; }
span { border-color: rgb(33,173,254); }
td.TdClassName
{
border-color: #21ADFE;
}
.TagClassName
{
border-color: #21ADFE;
}
</style>