Shades of Blue #1B02FF
Tints of Blue #1B02FF
RGB
CMYK
RGB Variations
Color information
#1B02FF (or 0x1B02FF) is known color: Blue. HEX triplet: 1B, 02 and FF. RGB value is (27,2,255). Sum of RGB (Red+Green+Blue) = 27+2+255=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 255 (100% from 255 or 89.79% from 284); Max value from RGB is 255 - color contains mainly: blue. Hex color #1B02FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1B02FF is #E4FD00. Grayscale: #252525. Windows color (decimal): -15006977 or 16712219. OLE color: 16712219.
HSL color Cylindrical-coordinate representation of color #1B02FF: hue angle of 245.93º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1B02FF is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 27 | 2 | 255 | - |
| CMYK | 0.89 | 0.99 | 0 | 0 |
| HSL | 245.93º | 1% | 0.5% | - |
| HSV(B) | 245.93º | 0.99% | 1% | - |
| XYZ | 18.52 | 7.5 | 95.08 | - |
| YUV | 38.32 | 250.28 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 2 | 255 | 0.89 | 0.99 | 0 | 0 | 245.93 | 1 | 0.5 |
| Hex | 1B | 2 | FF | 59 | 63 | 0 | 0 | F6 | 64 | 32 |
| Octal | 33 | 2 | 377 | 131 | 143 | 0 | 0 | 366 | 144 | 62 |
| Binary | 11011 | 10 | 11111111 | 1011001 | 1100011 | 0 | 0 | 11110110 | 1100100 | 110010 |
Color Harmonies of #1B02FF
Complementary color
Monochromatic Colors of #1B02FF
Black with #1B02FF
Text Example
Text Example
White with #1B02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B02FF; }
p { color: rgb(27,2,255); }
H1.HeaderClassName
{
color: #1B02FF;
}
.AnyTagClassName
{
color: #1B02FF;
}
</style>
background-color css
<style>
a { background-color: #1B02FF; }
a { background-color: rgb(27,2,255); }
div.DivClassName
{
background-color: #1B02FF;
}
.BgClassName
{
background-color: #1B02FF;
}
</style>
border-color css
<style>
span { border-color: #1B02FF; }
span { border-color: rgb(27,2,255); }
td.TdClassName
{
border-color: #1B02FF;
}
.TagClassName
{
border-color: #1B02FF;
}
</style>