Shades of Curious Blue #427FC1
Tints of Curious Blue #427FC1
RGB
CMYK
RGB Variations
Color information
#427FC1 (or 0x427FC1) is known color: Curious Blue. HEX triplet: 42, 7F and C1. RGB value is (66,127,193). Sum of RGB (Red+Green+Blue) = 66+127+193=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 193 (75.78% from 255 or 50% from 386); Max value from RGB is 193 - color contains mainly: blue. Hex color #427FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FC1 is #BD803E. Grayscale: #737373. Windows color (decimal): -12419135 or 12681026. OLE color: 12681026.
HSL color Cylindrical-coordinate representation of color #427FC1: hue angle of 211.18º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427FC1 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 127 | 193 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.24 |
| HSL | 211.18º | 0.51% | 0.51% | - |
| HSV(B) | 211.18º | 0.66% | 0.76% | - |
| XYZ | 19.46 | 20.19 | 53.32 | - |
| YUV | 116.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 193 | 0.66 | 0.34 | 0 | 0.24 | 211.18 | 0.51 | 0.51 |
| Hex | 42 | 7F | C1 | 42 | 22 | 0 | 18 | D3 | 33 | 33 |
| Octal | 102 | 177 | 301 | 102 | 42 | 0 | 30 | 323 | 63 | 63 |
| Binary | 1000010 | 1111111 | 11000001 | 1000010 | 100010 | 0 | 11000 | 11010011 | 110011 | 110011 |
Color Harmonies of #427FC1
Complementary color
Monochromatic Colors of #427FC1
Black with #427FC1
Text Example
Text Example
White with #427FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FC1; }
p { color: rgb(66,127,193); }
H1.HeaderClassName
{
color: #427FC1;
}
.AnyTagClassName
{
color: #427FC1;
}
</style>
background-color css
<style>
a { background-color: #427FC1; }
a { background-color: rgb(66,127,193); }
div.DivClassName
{
background-color: #427FC1;
}
.BgClassName
{
background-color: #427FC1;
}
</style>
border-color css
<style>
span { border-color: #427FC1; }
span { border-color: rgb(66,127,193); }
td.TdClassName
{
border-color: #427FC1;
}
.TagClassName
{
border-color: #427FC1;
}
</style>