Shades of Curious Blue #278FCB
Tints of Curious Blue #278FCB
RGB
CMYK
RGB Variations
Color information
#278FCB (or 0x278FCB) is known color: Curious Blue. HEX triplet: 27, 8F and CB. RGB value is (39,143,203). Sum of RGB (Red+Green+Blue) = 39+143+203=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #278FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278FCB is #D87034. Grayscale: #767676. Windows color (decimal): -14184501 or 13340455. OLE color: 13340455.
HSL color Cylindrical-coordinate representation of color #278FCB: hue angle of 201.95º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278FCB is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 143 | 203 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.20 |
| HSL | 201.95º | 0.68% | 0.47% | - |
| HSV(B) | 201.95º | 0.81% | 0.8% | - |
| XYZ | 21.44 | 24.39 | 60.08 | - |
| YUV | 118.74 | 175.54 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 143 | 203 | 0.81 | 0.30 | 0 | 0.20 | 201.95 | 0.68 | 0.47 |
| Hex | 27 | 8F | CB | 51 | 1E | 0 | 14 | CA | 44 | 2F |
| Octal | 47 | 217 | 313 | 121 | 36 | 0 | 24 | 312 | 104 | 57 |
| Binary | 100111 | 10001111 | 11001011 | 1010001 | 11110 | 0 | 10100 | 11001010 | 1000100 | 101111 |
Color Harmonies of #278FCB
Complementary color
Monochromatic Colors of #278FCB
Black with #278FCB
Text Example
Text Example
White with #278FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #278FCB; }
p { color: rgb(39,143,203); }
H1.HeaderClassName
{
color: #278FCB;
}
.AnyTagClassName
{
color: #278FCB;
}
</style>
background-color css
<style>
a { background-color: #278FCB; }
a { background-color: rgb(39,143,203); }
div.DivClassName
{
background-color: #278FCB;
}
.BgClassName
{
background-color: #278FCB;
}
</style>
border-color css
<style>
span { border-color: #278FCB; }
span { border-color: rgb(39,143,203); }
td.TdClassName
{
border-color: #278FCB;
}
.TagClassName
{
border-color: #278FCB;
}
</style>