Shades of Curious Blue #2790CF
Tints of Curious Blue #2790CF
RGB
CMYK
RGB Variations
Color information
#2790CF (or 0x2790CF) is known color: Curious Blue. HEX triplet: 27, 90 and CF. RGB value is (39,144,207). Sum of RGB (Red+Green+Blue) = 39+144+207=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #2790CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2790CF is #D86F30. Grayscale: #777777. Windows color (decimal): -14184241 or 13602855. OLE color: 13602855.
HSL color Cylindrical-coordinate representation of color #2790CF: hue angle of 202.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2790CF is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 144 | 207 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.19 |
| HSL | 202.5º | 0.68% | 0.48% | - |
| HSV(B) | 202.5º | 0.81% | 0.81% | - |
| XYZ | 22.07 | 24.88 | 62.67 | - |
| YUV | 119.79 | 177.21 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 144 | 207 | 0.81 | 0.30 | 0 | 0.19 | 202.5 | 0.68 | 0.48 |
| Hex | 27 | 90 | CF | 51 | 1E | 0 | 13 | CA | 44 | 30 |
| Octal | 47 | 220 | 317 | 121 | 36 | 0 | 23 | 312 | 104 | 60 |
| Binary | 100111 | 10010000 | 11001111 | 1010001 | 11110 | 0 | 10011 | 11001010 | 1000100 | 110000 |
Color Harmonies of #2790CF
Complementary color
Monochromatic Colors of #2790CF
Black with #2790CF
Text Example
Text Example
White with #2790CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2790CF; }
p { color: rgb(39,144,207); }
H1.HeaderClassName
{
color: #2790CF;
}
.AnyTagClassName
{
color: #2790CF;
}
</style>
background-color css
<style>
a { background-color: #2790CF; }
a { background-color: rgb(39,144,207); }
div.DivClassName
{
background-color: #2790CF;
}
.BgClassName
{
background-color: #2790CF;
}
</style>
border-color css
<style>
span { border-color: #2790CF; }
span { border-color: rgb(39,144,207); }
td.TdClassName
{
border-color: #2790CF;
}
.TagClassName
{
border-color: #2790CF;
}
</style>