Shades of Pelorous #1A8FCA
Tints of Pelorous #1A8FCA
RGB
CMYK
RGB Variations
Color information
#1A8FCA (or 0x1A8FCA) is known color: Pelorous. HEX triplet: 1A, 8F and CA. RGB value is (26,143,202). Sum of RGB (Red+Green+Blue) = 26+143+202=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A8FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8FCA is #E57035. Grayscale: #727272. Windows color (decimal): -15036470 or 13274906. OLE color: 13274906.
HSL color Cylindrical-coordinate representation of color #1A8FCA: hue angle of 200.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A8FCA is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 143 | 202 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.21 |
| HSL | 200.11º | 0.77% | 0.45% | - |
| HSV(B) | 200.11º | 0.87% | 0.79% | - |
| XYZ | 20.91 | 24.13 | 59.43 | - |
| YUV | 114.74 | 177.24 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 202 | 0.87 | 0.29 | 0 | 0.21 | 200.11 | 0.77 | 0.45 |
| Hex | 1A | 8F | CA | 57 | 1D | 0 | 15 | C8 | 4D | 2D |
| Octal | 32 | 217 | 312 | 127 | 35 | 0 | 25 | 310 | 115 | 55 |
| Binary | 11010 | 10001111 | 11001010 | 1010111 | 11101 | 0 | 10101 | 11001000 | 1001101 | 101101 |
Color Harmonies of #1A8FCA
Complementary color
Monochromatic Colors of #1A8FCA
Black with #1A8FCA
Text Example
Text Example
White with #1A8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FCA; }
p { color: rgb(26,143,202); }
H1.HeaderClassName
{
color: #1A8FCA;
}
.AnyTagClassName
{
color: #1A8FCA;
}
</style>
background-color css
<style>
a { background-color: #1A8FCA; }
a { background-color: rgb(26,143,202); }
div.DivClassName
{
background-color: #1A8FCA;
}
.BgClassName
{
background-color: #1A8FCA;
}
</style>
border-color css
<style>
span { border-color: #1A8FCA; }
span { border-color: rgb(26,143,202); }
td.TdClassName
{
border-color: #1A8FCA;
}
.TagClassName
{
border-color: #1A8FCA;
}
</style>