Shades of Scooter #218FA4
Tints of Scooter #218FA4
RGB
CMYK
RGB Variations
Color information
#218FA4 (or 0x218FA4) is known color: Scooter. HEX triplet: 21, 8F and A4. RGB value is (33,143,164). Sum of RGB (Red+Green+Blue) = 33+143+164=340 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.71% from 340); Green value is 143 (56.25% from 255 or 42.06% from 340); Blue value is 164 (64.45% from 255 or 48.24% from 340); Max value from RGB is 164 - color contains mainly: blue. Hex color #218FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218FA4 is #DE705B. Grayscale: #707070. Windows color (decimal): -14577756 or 10784545. OLE color: 10784545.
HSL color Cylindrical-coordinate representation of color #218FA4: hue angle of 189.62º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #218FA4 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 143 | 164 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.36 |
| HSL | 189.62º | 0.66% | 0.39% | - |
| HSV(B) | 189.62º | 0.8% | 0.64% | - |
| XYZ | 17.15 | 22.65 | 38.59 | - |
| YUV | 112.5 | 157.06 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 143 | 164 | 0.80 | 0.13 | 0 | 0.36 | 189.62 | 0.66 | 0.39 |
| Hex | 21 | 8F | A4 | 50 | D | 0 | 24 | BE | 42 | 27 |
| Octal | 41 | 217 | 244 | 120 | 15 | 0 | 44 | 276 | 102 | 47 |
| Binary | 100001 | 10001111 | 10100100 | 1010000 | 1101 | 0 | 100100 | 10111110 | 1000010 | 100111 |
Color Harmonies of #218FA4
Complementary color
Monochromatic Colors of #218FA4
Black with #218FA4
Text Example
Text Example
White with #218FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #218FA4; }
p { color: rgb(33,143,164); }
H1.HeaderClassName
{
color: #218FA4;
}
.AnyTagClassName
{
color: #218FA4;
}
</style>
background-color css
<style>
a { background-color: #218FA4; }
a { background-color: rgb(33,143,164); }
div.DivClassName
{
background-color: #218FA4;
}
.BgClassName
{
background-color: #218FA4;
}
</style>
border-color css
<style>
span { border-color: #218FA4; }
span { border-color: rgb(33,143,164); }
td.TdClassName
{
border-color: #218FA4;
}
.TagClassName
{
border-color: #218FA4;
}
</style>