Shades of Curious Blue #2783CB
Tints of Curious Blue #2783CB
RGB
CMYK
RGB Variations
Color information
#2783CB (or 0x2783CB) is known color: Curious Blue. HEX triplet: 27, 83 and CB. RGB value is (39,131,203). Sum of RGB (Red+Green+Blue) = 39+131+203=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #2783CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2783CB is #D87C34. Grayscale: #6F6F6F. Windows color (decimal): -14187573 or 13337383. OLE color: 13337383.
HSL color Cylindrical-coordinate representation of color #2783CB: hue angle of 206.34º 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 #2783CB is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 131 | 203 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.20 |
| HSL | 206.34º | 0.68% | 0.47% | - |
| HSV(B) | 206.34º | 0.81% | 0.8% | - |
| XYZ | 19.73 | 20.98 | 59.51 | - |
| YUV | 111.7 | 179.52 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 131 | 203 | 0.81 | 0.35 | 0 | 0.20 | 206.34 | 0.68 | 0.47 |
| Hex | 27 | 83 | CB | 51 | 23 | 0 | 14 | CE | 44 | 2F |
| Octal | 47 | 203 | 313 | 121 | 43 | 0 | 24 | 316 | 104 | 57 |
| Binary | 100111 | 10000011 | 11001011 | 1010001 | 100011 | 0 | 10100 | 11001110 | 1000100 | 101111 |
Color Harmonies of #2783CB
Complementary color
Monochromatic Colors of #2783CB
Black with #2783CB
Text Example
Text Example
White with #2783CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2783CB; }
p { color: rgb(39,131,203); }
H1.HeaderClassName
{
color: #2783CB;
}
.AnyTagClassName
{
color: #2783CB;
}
</style>
background-color css
<style>
a { background-color: #2783CB; }
a { background-color: rgb(39,131,203); }
div.DivClassName
{
background-color: #2783CB;
}
.BgClassName
{
background-color: #2783CB;
}
</style>
border-color css
<style>
span { border-color: #2783CB; }
span { border-color: rgb(39,131,203); }
td.TdClassName
{
border-color: #2783CB;
}
.TagClassName
{
border-color: #2783CB;
}
</style>