Shades of Dodger Blue #218AFE
Tints of Dodger Blue #218AFE
RGB
CMYK
RGB Variations
Color information
#218AFE (or 0x218AFE) is known color: Dodger Blue. HEX triplet: 21, 8A and FE. RGB value is (33,138,254). Sum of RGB (Red+Green+Blue) = 33+138+254=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #218AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218AFE is #DE7501. Grayscale: #777777. Windows color (decimal): -14578946 or 16681505. OLE color: 16681505.
HSL color Cylindrical-coordinate representation of color #218AFE: hue angle of 211.49º 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 #218AFE is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 138 | 254 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.00 |
| HSL | 211.49º | 0.99% | 0.56% | - |
| HSV(B) | 211.49º | 0.87% | 1% | - |
| XYZ | 27.61 | 25.66 | 97.26 | - |
| YUV | 119.83 | 203.71 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 254 | 0.87 | 0.46 | 0 | 0.00 | 211.49 | 0.99 | 0.56 |
| Hex | 21 | 8A | FE | 57 | 2E | 0 | 0 | D3 | 63 | 38 |
| Octal | 41 | 212 | 376 | 127 | 56 | 0 | 0 | 323 | 143 | 70 |
| Binary | 100001 | 10001010 | 11111110 | 1010111 | 101110 | 0 | 0 | 11010011 | 1100011 | 111000 |
Color Harmonies of #218AFE
Complementary color
Monochromatic Colors of #218AFE
Black with #218AFE
Text Example
Text Example
White with #218AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AFE; }
p { color: rgb(33,138,254); }
H1.HeaderClassName
{
color: #218AFE;
}
.AnyTagClassName
{
color: #218AFE;
}
</style>
background-color css
<style>
a { background-color: #218AFE; }
a { background-color: rgb(33,138,254); }
div.DivClassName
{
background-color: #218AFE;
}
.BgClassName
{
background-color: #218AFE;
}
</style>
border-color css
<style>
span { border-color: #218AFE; }
span { border-color: rgb(33,138,254); }
td.TdClassName
{
border-color: #218AFE;
}
.TagClassName
{
border-color: #218AFE;
}
</style>