Shades of Dodger Blue #218AF1
Tints of Dodger Blue #218AF1
RGB
CMYK
RGB Variations
Color information
#218AF1 (or 0x218AF1) is known color: Dodger Blue. HEX triplet: 21, 8A and F1. RGB value is (33,138,241). Sum of RGB (Red+Green+Blue) = 33+138+241=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 241 (94.53% from 255 or 58.50% from 412); Max value from RGB is 241 - color contains mainly: blue. Hex color #218AF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #218AF1 is #DE750E. Grayscale: #757575. Windows color (decimal): -14578959 or 15829537. OLE color: 15829537.
HSL color Cylindrical-coordinate representation of color #218AF1: hue angle of 209.71º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #218AF1 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 138 | 241 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.05 |
| HSL | 209.71º | 0.88% | 0.54% | - |
| HSV(B) | 209.71º | 0.86% | 0.95% | - |
| XYZ | 25.59 | 24.85 | 86.67 | - |
| YUV | 118.35 | 197.21 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 138 | 241 | 0.86 | 0.43 | 0 | 0.05 | 209.71 | 0.88 | 0.54 |
| Hex | 21 | 8A | F1 | 56 | 2B | 0 | 5 | D2 | 58 | 36 |
| Octal | 41 | 212 | 361 | 126 | 53 | 0 | 5 | 322 | 130 | 66 |
| Binary | 100001 | 10001010 | 11110001 | 1010110 | 101011 | 0 | 101 | 11010010 | 1011000 | 110110 |
Color Harmonies of #218AF1
Complementary color
Monochromatic Colors of #218AF1
Black with #218AF1
Text Example
Text Example
White with #218AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218AF1; }
p { color: rgb(33,138,241); }
H1.HeaderClassName
{
color: #218AF1;
}
.AnyTagClassName
{
color: #218AF1;
}
</style>
background-color css
<style>
a { background-color: #218AF1; }
a { background-color: rgb(33,138,241); }
div.DivClassName
{
background-color: #218AF1;
}
.BgClassName
{
background-color: #218AF1;
}
</style>
border-color css
<style>
span { border-color: #218AF1; }
span { border-color: rgb(33,138,241); }
td.TdClassName
{
border-color: #218AF1;
}
.TagClassName
{
border-color: #218AF1;
}
</style>