Shades of Curious Blue #427BC8
Tints of Curious Blue #427BC8
RGB
CMYK
RGB Variations
Color information
#427BC8 (or 0x427BC8) is known color: Curious Blue. HEX triplet: 42, 7B and C8. RGB value is (66,123,200). Sum of RGB (Red+Green+Blue) = 66+123+200=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #427BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BC8 is #BD8437. Grayscale: #727272. Windows color (decimal): -12420152 or 13138754. OLE color: 13138754.
HSL color Cylindrical-coordinate representation of color #427BC8: hue angle of 214.48º 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 #427BC8 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 123 | 200 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.22 |
| HSL | 214.48º | 0.55% | 0.52% | - |
| HSV(B) | 214.48º | 0.67% | 0.78% | - |
| XYZ | 19.76 | 19.49 | 57.37 | - |
| YUV | 114.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 200 | 0.67 | 0.38 | 0 | 0.22 | 214.48 | 0.55 | 0.52 |
| Hex | 42 | 7B | C8 | 43 | 26 | 0 | 16 | D6 | 37 | 34 |
| Octal | 102 | 173 | 310 | 103 | 46 | 0 | 26 | 326 | 67 | 64 |
| Binary | 1000010 | 1111011 | 11001000 | 1000011 | 100110 | 0 | 10110 | 11010110 | 110111 | 110100 |
Color Harmonies of #427BC8
Complementary color
Monochromatic Colors of #427BC8
Black with #427BC8
Text Example
Text Example
White with #427BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BC8; }
p { color: rgb(66,123,200); }
H1.HeaderClassName
{
color: #427BC8;
}
.AnyTagClassName
{
color: #427BC8;
}
</style>
background-color css
<style>
a { background-color: #427BC8; }
a { background-color: rgb(66,123,200); }
div.DivClassName
{
background-color: #427BC8;
}
.BgClassName
{
background-color: #427BC8;
}
</style>
border-color css
<style>
span { border-color: #427BC8; }
span { border-color: rgb(66,123,200); }
td.TdClassName
{
border-color: #427BC8;
}
.TagClassName
{
border-color: #427BC8;
}
</style>