Shades of Persian Blue #0B2CDF
Tints of Persian Blue #0B2CDF
RGB
CMYK
RGB Variations
Color information
#0B2CDF (or 0x0B2CDF) is known color: Persian Blue. HEX triplet: 0B, 2C and DF. RGB value is (11,44,223). Sum of RGB (Red+Green+Blue) = 11+44+223=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 223 (87.5% from 255 or 80.22% from 278); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B2CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B2CDF is #F4D320. Grayscale: #353535. Windows color (decimal): -16044833 or 14625803. OLE color: 14625803.
HSL color Cylindrical-coordinate representation of color #0B2CDF: hue angle of 230.66º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B2CDF is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 44 | 223 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.13 |
| HSL | 230.66º | 0.91% | 0.46% | - |
| HSV(B) | 230.66º | 0.95% | 0.87% | - |
| XYZ | 14.36 | 7.2 | 70.45 | - |
| YUV | 54.54 | 223.07 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 223 | 0.95 | 0.80 | 0 | 0.13 | 230.66 | 0.91 | 0.46 |
| Hex | B | 2C | DF | 5F | 50 | 0 | D | E7 | 5B | 2E |
| Octal | 13 | 54 | 337 | 137 | 120 | 0 | 15 | 347 | 133 | 56 |
| Binary | 1011 | 101100 | 11011111 | 1011111 | 1010000 | 0 | 1101 | 11100111 | 1011011 | 101110 |
Color Harmonies of #0B2CDF
Complementary color
Monochromatic Colors of #0B2CDF
Black with #0B2CDF
Text Example
Text Example
White with #0B2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2CDF; }
p { color: rgb(11,44,223); }
H1.HeaderClassName
{
color: #0B2CDF;
}
.AnyTagClassName
{
color: #0B2CDF;
}
</style>
background-color css
<style>
a { background-color: #0B2CDF; }
a { background-color: rgb(11,44,223); }
div.DivClassName
{
background-color: #0B2CDF;
}
.BgClassName
{
background-color: #0B2CDF;
}
</style>
border-color css
<style>
span { border-color: #0B2CDF; }
span { border-color: rgb(11,44,223); }
td.TdClassName
{
border-color: #0B2CDF;
}
.TagClassName
{
border-color: #0B2CDF;
}
</style>