Shades of Curious Blue #427DC8
Tints of Curious Blue #427DC8
RGB
CMYK
RGB Variations
Color information
#427DC8 (or 0x427DC8) is known color: Curious Blue. HEX triplet: 42, 7D and C8. RGB value is (66,125,200). Sum of RGB (Red+Green+Blue) = 66+125+200=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #427DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC8 is #BD8237. Grayscale: #737373. Windows color (decimal): -12419640 or 13139266. OLE color: 13139266.
HSL color Cylindrical-coordinate representation of color #427DC8: hue angle of 213.58º 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 #427DC8 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 125 | 200 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.22 |
| HSL | 213.58º | 0.55% | 0.52% | - |
| HSV(B) | 213.58º | 0.67% | 0.78% | - |
| XYZ | 20.01 | 20 | 57.45 | - |
| YUV | 115.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 200 | 0.67 | 0.38 | 0 | 0.22 | 213.58 | 0.55 | 0.52 |
| Hex | 42 | 7D | C8 | 43 | 26 | 0 | 16 | D6 | 37 | 34 |
| Octal | 102 | 175 | 310 | 103 | 46 | 0 | 26 | 326 | 67 | 64 |
| Binary | 1000010 | 1111101 | 11001000 | 1000011 | 100110 | 0 | 10110 | 11010110 | 110111 | 110100 |
Color Harmonies of #427DC8
Complementary color
Monochromatic Colors of #427DC8
Black with #427DC8
Text Example
Text Example
White with #427DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DC8; }
p { color: rgb(66,125,200); }
H1.HeaderClassName
{
color: #427DC8;
}
.AnyTagClassName
{
color: #427DC8;
}
</style>
background-color css
<style>
a { background-color: #427DC8; }
a { background-color: rgb(66,125,200); }
div.DivClassName
{
background-color: #427DC8;
}
.BgClassName
{
background-color: #427DC8;
}
</style>
border-color css
<style>
span { border-color: #427DC8; }
span { border-color: rgb(66,125,200); }
td.TdClassName
{
border-color: #427DC8;
}
.TagClassName
{
border-color: #427DC8;
}
</style>