Shades of Viking #42A8CD
Tints of Viking #42A8CD
RGB
CMYK
RGB Variations
Color information
#42A8CD (or 0x42A8CD) is known color: Viking. HEX triplet: 42, A8 and CD. RGB value is (66,168,205). Sum of RGB (Red+Green+Blue) = 66+168+205=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #42A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A8CD is #BD5732. Grayscale: #8D8D8D. Windows color (decimal): -12408627 or 13477954. OLE color: 13477954.
HSL color Cylindrical-coordinate representation of color #42A8CD: hue angle of 195.97º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42A8CD is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 168 | 205 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.20 |
| HSL | 195.97º | 0.58% | 0.53% | - |
| HSV(B) | 195.97º | 0.68% | 0.8% | - |
| XYZ | 27.27 | 33.57 | 62.8 | - |
| YUV | 141.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 168 | 205 | 0.68 | 0.18 | 0 | 0.20 | 195.97 | 0.58 | 0.53 |
| Hex | 42 | A8 | CD | 44 | 12 | 0 | 14 | C4 | 3A | 35 |
| Octal | 102 | 250 | 315 | 104 | 22 | 0 | 24 | 304 | 72 | 65 |
| Binary | 1000010 | 10101000 | 11001101 | 1000100 | 10010 | 0 | 10100 | 11000100 | 111010 | 110101 |
Color Harmonies of #42A8CD
Complementary color
Monochromatic Colors of #42A8CD
Black with #42A8CD
Text Example
Text Example
White with #42A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A8CD; }
p { color: rgb(66,168,205); }
H1.HeaderClassName
{
color: #42A8CD;
}
.AnyTagClassName
{
color: #42A8CD;
}
</style>
background-color css
<style>
a { background-color: #42A8CD; }
a { background-color: rgb(66,168,205); }
div.DivClassName
{
background-color: #42A8CD;
}
.BgClassName
{
background-color: #42A8CD;
}
</style>
border-color css
<style>
span { border-color: #42A8CD; }
span { border-color: rgb(66,168,205); }
td.TdClassName
{
border-color: #42A8CD;
}
.TagClassName
{
border-color: #42A8CD;
}
</style>