Shades of Curious Blue #427EC7
Tints of Curious Blue #427EC7
RGB
CMYK
RGB Variations
Color information
#427EC7 (or 0x427EC7) is known color: Curious Blue. HEX triplet: 42, 7E and C7. RGB value is (66,126,199). Sum of RGB (Red+Green+Blue) = 66+126+199=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 199 (78.12% from 255 or 50.90% from 391); Max value from RGB is 199 - color contains mainly: blue. Hex color #427EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC7 is #BD8138. Grayscale: #747474. Windows color (decimal): -12419385 or 13073986. OLE color: 13073986.
HSL color Cylindrical-coordinate representation of color #427EC7: hue angle of 212.93º degrees, saturation: 0.54, 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 #427EC7 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 126 | 199 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.22 |
| HSL | 212.93º | 0.54% | 0.52% | - |
| HSV(B) | 212.93º | 0.67% | 0.78% | - |
| XYZ | 20.02 | 20.2 | 56.88 | - |
| YUV | 116.38 | 174.62 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 199 | 0.67 | 0.37 | 0 | 0.22 | 212.93 | 0.54 | 0.52 |
| Hex | 42 | 7E | C7 | 43 | 25 | 0 | 16 | D5 | 36 | 34 |
| Octal | 102 | 176 | 307 | 103 | 45 | 0 | 26 | 325 | 66 | 64 |
| Binary | 1000010 | 1111110 | 11000111 | 1000011 | 100101 | 0 | 10110 | 11010101 | 110110 | 110100 |
Color Harmonies of #427EC7
Complementary color
Monochromatic Colors of #427EC7
Black with #427EC7
Text Example
Text Example
White with #427EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EC7; }
p { color: rgb(66,126,199); }
H1.HeaderClassName
{
color: #427EC7;
}
.AnyTagClassName
{
color: #427EC7;
}
</style>
background-color css
<style>
a { background-color: #427EC7; }
a { background-color: rgb(66,126,199); }
div.DivClassName
{
background-color: #427EC7;
}
.BgClassName
{
background-color: #427EC7;
}
</style>
border-color css
<style>
span { border-color: #427EC7; }
span { border-color: rgb(66,126,199); }
td.TdClassName
{
border-color: #427EC7;
}
.TagClassName
{
border-color: #427EC7;
}
</style>