Shades of Curious Blue #427EC8
Tints of Curious Blue #427EC8
RGB
CMYK
RGB Variations
Color information
#427EC8 (or 0x427EC8) is known color: Curious Blue. HEX triplet: 42, 7E and C8. RGB value is (66,126,200). Sum of RGB (Red+Green+Blue) = 66+126+200=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #427EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC8 is #BD8137. Grayscale: #747474. Windows color (decimal): -12419384 or 13139522. OLE color: 13139522.
HSL color Cylindrical-coordinate representation of color #427EC8: hue angle of 213.13º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #427EC8 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 126 | 200 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.22 |
| HSL | 213.13º | 0.55% | 0.52% | - |
| HSV(B) | 213.13º | 0.67% | 0.78% | - |
| XYZ | 20.13 | 20.25 | 57.49 | - |
| YUV | 116.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 200 | 0.67 | 0.37 | 0 | 0.22 | 213.13 | 0.55 | 0.52 |
| Hex | 42 | 7E | C8 | 43 | 25 | 0 | 16 | D5 | 37 | 34 |
| Octal | 102 | 176 | 310 | 103 | 45 | 0 | 26 | 325 | 67 | 64 |
| Binary | 1000010 | 1111110 | 11001000 | 1000011 | 100101 | 0 | 10110 | 11010101 | 110111 | 110100 |
Color Harmonies of #427EC8
Complementary color
Monochromatic Colors of #427EC8
Black with #427EC8
Text Example
Text Example
White with #427EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EC8; }
p { color: rgb(66,126,200); }
H1.HeaderClassName
{
color: #427EC8;
}
.AnyTagClassName
{
color: #427EC8;
}
</style>
background-color css
<style>
a { background-color: #427EC8; }
a { background-color: rgb(66,126,200); }
div.DivClassName
{
background-color: #427EC8;
}
.BgClassName
{
background-color: #427EC8;
}
</style>
border-color css
<style>
span { border-color: #427EC8; }
span { border-color: rgb(66,126,200); }
td.TdClassName
{
border-color: #427EC8;
}
.TagClassName
{
border-color: #427EC8;
}
</style>