Shades of Persian Blue #0235DC
Tints of Persian Blue #0235DC
RGB
CMYK
RGB Variations
Color information
#0235DC (or 0x0235DC) is known color: Persian Blue. HEX triplet: 02, 35 and DC. RGB value is (2,53,220). Sum of RGB (Red+Green+Blue) = 2+53+220=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 220 (86.33% from 255 or 80% from 275); Max value from RGB is 220 - color contains mainly: blue. Hex color #0235DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0235DC is #FDCA23. Grayscale: #383838. Windows color (decimal): -16632356 or 14431490. OLE color: 14431490.
HSL color Cylindrical-coordinate representation of color #0235DC: hue angle of 225.96º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0235DC is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 53 | 220 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.14 |
| HSL | 225.96º | 0.98% | 0.44% | - |
| HSV(B) | 225.96º | 0.99% | 0.86% | - |
| XYZ | 14.22 | 7.73 | 68.45 | - |
| YUV | 56.79 | 220.1 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 220 | 0.99 | 0.76 | 0 | 0.14 | 225.96 | 0.98 | 0.44 |
| Hex | 2 | 35 | DC | 63 | 4C | 0 | E | E2 | 62 | 2C |
| Octal | 2 | 65 | 334 | 143 | 114 | 0 | 16 | 342 | 142 | 54 |
| Binary | 10 | 110101 | 11011100 | 1100011 | 1001100 | 0 | 1110 | 11100010 | 1100010 | 101100 |
Color Harmonies of #0235DC
Complementary color
Monochromatic Colors of #0235DC
Black with #0235DC
Text Example
Text Example
White with #0235DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0235DC; }
p { color: rgb(2,53,220); }
H1.HeaderClassName
{
color: #0235DC;
}
.AnyTagClassName
{
color: #0235DC;
}
</style>
background-color css
<style>
a { background-color: #0235DC; }
a { background-color: rgb(2,53,220); }
div.DivClassName
{
background-color: #0235DC;
}
.BgClassName
{
background-color: #0235DC;
}
</style>
border-color css
<style>
span { border-color: #0235DC; }
span { border-color: rgb(2,53,220); }
td.TdClassName
{
border-color: #0235DC;
}
.TagClassName
{
border-color: #0235DC;
}
</style>