Shades of Curious Blue #4280CB
Tints of Curious Blue #4280CB
RGB
CMYK
RGB Variations
Color information
#4280CB (or 0x4280CB) is known color: Curious Blue. HEX triplet: 42, 80 and CB. RGB value is (66,128,203). Sum of RGB (Red+Green+Blue) = 66+128+203=397 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.62% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #4280CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280CB is #BD7F34. Grayscale: #757575. Windows color (decimal): -12418869 or 13336642. OLE color: 13336642.
HSL color Cylindrical-coordinate representation of color #4280CB: hue angle of 212.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4280CB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 128 | 203 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.20 |
| HSL | 212.85º | 0.57% | 0.53% | - |
| HSV(B) | 212.85º | 0.67% | 0.8% | - |
| XYZ | 20.75 | 20.91 | 59.44 | - |
| YUV | 118.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 203 | 0.67 | 0.37 | 0 | 0.20 | 212.85 | 0.57 | 0.53 |
| Hex | 42 | 80 | CB | 43 | 25 | 0 | 14 | D5 | 39 | 35 |
| Octal | 102 | 200 | 313 | 103 | 45 | 0 | 24 | 325 | 71 | 65 |
| Binary | 1000010 | 10000000 | 11001011 | 1000011 | 100101 | 0 | 10100 | 11010101 | 111001 | 110101 |
Color Harmonies of #4280CB
Complementary color
Monochromatic Colors of #4280CB
Black with #4280CB
Text Example
Text Example
White with #4280CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280CB; }
p { color: rgb(66,128,203); }
H1.HeaderClassName
{
color: #4280CB;
}
.AnyTagClassName
{
color: #4280CB;
}
</style>
background-color css
<style>
a { background-color: #4280CB; }
a { background-color: rgb(66,128,203); }
div.DivClassName
{
background-color: #4280CB;
}
.BgClassName
{
background-color: #4280CB;
}
</style>
border-color css
<style>
span { border-color: #4280CB; }
span { border-color: rgb(66,128,203); }
td.TdClassName
{
border-color: #4280CB;
}
.TagClassName
{
border-color: #4280CB;
}
</style>