Shades of Curious Blue #1E81C8
Tints of Curious Blue #1E81C8
RGB
CMYK
RGB Variations
Color information
#1E81C8 (or 0x1E81C8) is known color: Curious Blue. HEX triplet: 1E, 81 and C8. RGB value is (30,129,200). Sum of RGB (Red+Green+Blue) = 30+129+200=359 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.36% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 200 (78.52% from 255 or 55.71% from 359); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E81C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E81C8 is #E17E37. Grayscale: #6B6B6B. Windows color (decimal): -14777912 or 13140254. OLE color: 13140254.
HSL color Cylindrical-coordinate representation of color #1E81C8: hue angle of 205.06º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E81C8 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 129 | 200 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.22 |
| HSL | 205.06º | 0.74% | 0.45% | - |
| HSV(B) | 205.06º | 0.85% | 0.78% | - |
| XYZ | 18.81 | 20.15 | 57.54 | - |
| YUV | 107.49 | 180.2 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 129 | 200 | 0.85 | 0.36 | 0 | 0.22 | 205.06 | 0.74 | 0.45 |
| Hex | 1E | 81 | C8 | 55 | 24 | 0 | 16 | CD | 4A | 2D |
| Octal | 36 | 201 | 310 | 125 | 44 | 0 | 26 | 315 | 112 | 55 |
| Binary | 11110 | 10000001 | 11001000 | 1010101 | 100100 | 0 | 10110 | 11001101 | 1001010 | 101101 |
Color Harmonies of #1E81C8
Complementary color
Monochromatic Colors of #1E81C8
Black with #1E81C8
Text Example
Text Example
White with #1E81C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E81C8; }
p { color: rgb(30,129,200); }
H1.HeaderClassName
{
color: #1E81C8;
}
.AnyTagClassName
{
color: #1E81C8;
}
</style>
background-color css
<style>
a { background-color: #1E81C8; }
a { background-color: rgb(30,129,200); }
div.DivClassName
{
background-color: #1E81C8;
}
.BgClassName
{
background-color: #1E81C8;
}
</style>
border-color css
<style>
span { border-color: #1E81C8; }
span { border-color: rgb(30,129,200); }
td.TdClassName
{
border-color: #1E81C8;
}
.TagClassName
{
border-color: #1E81C8;
}
</style>