Shades of Curious Blue #287FCB
Tints of Curious Blue #287FCB
RGB
CMYK
RGB Variations
Color information
#287FCB (or 0x287FCB) is known color: Curious Blue. HEX triplet: 28, 7F and CB. RGB value is (40,127,203). Sum of RGB (Red+Green+Blue) = 40+127+203=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 203 (79.69% from 255 or 54.86% from 370); Max value from RGB is 203 - color contains mainly: blue. Hex color #287FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #287FCB is #D78034. Grayscale: #6D6D6D. Windows color (decimal): -14123061 or 13336360. OLE color: 13336360.
HSL color Cylindrical-coordinate representation of color #287FCB: hue angle of 207.98º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #287FCB is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 127 | 203 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.20 |
| HSL | 207.98º | 0.67% | 0.48% | - |
| HSV(B) | 207.98º | 0.8% | 0.8% | - |
| XYZ | 19.24 | 19.94 | 59.33 | - |
| YUV | 109.65 | 180.68 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 127 | 203 | 0.80 | 0.37 | 0 | 0.20 | 207.98 | 0.67 | 0.48 |
| Hex | 28 | 7F | CB | 50 | 25 | 0 | 14 | D0 | 43 | 30 |
| Octal | 50 | 177 | 313 | 120 | 45 | 0 | 24 | 320 | 103 | 60 |
| Binary | 101000 | 1111111 | 11001011 | 1010000 | 100101 | 0 | 10100 | 11010000 | 1000011 | 110000 |
Color Harmonies of #287FCB
Complementary color
Monochromatic Colors of #287FCB
Black with #287FCB
Text Example
Text Example
White with #287FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287FCB; }
p { color: rgb(40,127,203); }
H1.HeaderClassName
{
color: #287FCB;
}
.AnyTagClassName
{
color: #287FCB;
}
</style>
background-color css
<style>
a { background-color: #287FCB; }
a { background-color: rgb(40,127,203); }
div.DivClassName
{
background-color: #287FCB;
}
.BgClassName
{
background-color: #287FCB;
}
</style>
border-color css
<style>
span { border-color: #287FCB; }
span { border-color: rgb(40,127,203); }
td.TdClassName
{
border-color: #287FCB;
}
.TagClassName
{
border-color: #287FCB;
}
</style>