Shades of Curious Blue #1B83CB
Tints of Curious Blue #1B83CB
RGB
CMYK
RGB Variations
Color information
#1B83CB (or 0x1B83CB) is known color: Curious Blue. HEX triplet: 1B, 83 and CB. RGB value is (27,131,203). Sum of RGB (Red+Green+Blue) = 27+131+203=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B83CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B83CB is #E47C34. Grayscale: #6B6B6B. Windows color (decimal): -14974005 or 13337371. OLE color: 13337371.
HSL color Cylindrical-coordinate representation of color #1B83CB: hue angle of 204.55º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B83CB is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 131 | 203 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.20 |
| HSL | 204.55º | 0.77% | 0.45% | - |
| HSV(B) | 204.55º | 0.87% | 0.8% | - |
| XYZ | 19.35 | 20.78 | 59.49 | - |
| YUV | 108.11 | 181.54 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 131 | 203 | 0.87 | 0.35 | 0 | 0.20 | 204.55 | 0.77 | 0.45 |
| Hex | 1B | 83 | CB | 57 | 23 | 0 | 14 | CD | 4D | 2D |
| Octal | 33 | 203 | 313 | 127 | 43 | 0 | 24 | 315 | 115 | 55 |
| Binary | 11011 | 10000011 | 11001011 | 1010111 | 100011 | 0 | 10100 | 11001101 | 1001101 | 101101 |
Color Harmonies of #1B83CB
Complementary color
Monochromatic Colors of #1B83CB
Black with #1B83CB
Text Example
Text Example
White with #1B83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B83CB; }
p { color: rgb(27,131,203); }
H1.HeaderClassName
{
color: #1B83CB;
}
.AnyTagClassName
{
color: #1B83CB;
}
</style>
background-color css
<style>
a { background-color: #1B83CB; }
a { background-color: rgb(27,131,203); }
div.DivClassName
{
background-color: #1B83CB;
}
.BgClassName
{
background-color: #1B83CB;
}
</style>
border-color css
<style>
span { border-color: #1B83CB; }
span { border-color: rgb(27,131,203); }
td.TdClassName
{
border-color: #1B83CB;
}
.TagClassName
{
border-color: #1B83CB;
}
</style>