Shades of Curious Blue #1B84CB
Tints of Curious Blue #1B84CB
RGB
CMYK
RGB Variations
Color information
#1B84CB (or 0x1B84CB) is known color: Curious Blue. HEX triplet: 1B, 84 and CB. RGB value is (27,132,203). Sum of RGB (Red+Green+Blue) = 27+132+203=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #1B84CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B84CB is #E47B34. Grayscale: #6C6C6C. Windows color (decimal): -14973749 or 13337627. OLE color: 13337627.
HSL color Cylindrical-coordinate representation of color #1B84CB: hue angle of 204.2º 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 #1B84CB is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 132 | 203 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.20 |
| HSL | 204.2º | 0.77% | 0.45% | - |
| HSV(B) | 204.2º | 0.87% | 0.8% | - |
| XYZ | 19.48 | 21.05 | 59.54 | - |
| YUV | 108.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 132 | 203 | 0.87 | 0.35 | 0 | 0.20 | 204.2 | 0.77 | 0.45 |
| Hex | 1B | 84 | CB | 57 | 23 | 0 | 14 | CC | 4D | 2D |
| Octal | 33 | 204 | 313 | 127 | 43 | 0 | 24 | 314 | 115 | 55 |
| Binary | 11011 | 10000100 | 11001011 | 1010111 | 100011 | 0 | 10100 | 11001100 | 1001101 | 101101 |
Color Harmonies of #1B84CB
Complementary color
Monochromatic Colors of #1B84CB
Black with #1B84CB
Text Example
Text Example
White with #1B84CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B84CB; }
p { color: rgb(27,132,203); }
H1.HeaderClassName
{
color: #1B84CB;
}
.AnyTagClassName
{
color: #1B84CB;
}
</style>
background-color css
<style>
a { background-color: #1B84CB; }
a { background-color: rgb(27,132,203); }
div.DivClassName
{
background-color: #1B84CB;
}
.BgClassName
{
background-color: #1B84CB;
}
</style>
border-color css
<style>
span { border-color: #1B84CB; }
span { border-color: rgb(27,132,203); }
td.TdClassName
{
border-color: #1B84CB;
}
.TagClassName
{
border-color: #1B84CB;
}
</style>