Html Css Color HEX #0528DC Persian Blue

📋 copy color: '#0528DC'

red 5 ◦ green 40 ◦ blue 220

#0528DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0528DC

Tints of Persian Blue #0528DC

RGB

 RED value IS 5 (2.34% from 255) = 1.89%

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 220 (86.33% from 255) = 83.02%

R = 1.89%
G = 15.09%
B = 83.02%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0528DC (or 0x0528DC) is known color: Persian Blue. HEX triplet: 05, 28 and DC. RGB value is (5,40,220). Sum of RGB (Red+Green+Blue) = 5+40+220=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #0528DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0528DC is #FAD723. Grayscale: #313131. Windows color (decimal): -16439076 or 14428165. OLE color: 14428165.

HSL color Cylindrical-coordinate representation of color #0528DC: hue angle of 230.23º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0528DC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 40 220 -
CMYK 0.98 0.82 0 0.14
HSL 230.23º 0.96% 0.44% -
HSV(B) 230.23º 0.98% 0.86% -
XYZ 13.74 6.72 68.28 -
YUV 50.06 223.9 95.86 -
System Red Green Blue C M Y K H S L
Decimal 5 40 220 0.98 0.82 0 0.14 230.23 0.96 0.44
Hex 5 28 DC 62 52 0 E E6 60 2C
Octal 5 50 334 142 122 0 16 346 140 54
Binary 101 101000 11011100 1100010 1010010 0 1110 11100110 1100000 101100

Color Harmonies of #0528DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0528DC

Black with #0528DC

Text Example


Text Example

White with #0528DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0528DC; }

 p { color: rgb(5,40,220); }

 H1.HeaderClassName
 {
   color: #0528DC;
 }
 .AnyTagClassName
 {
   color: #0528DC;
 }
</style>

background-color css

<style>
 a { background-color: #0528DC; }

 a { background-color: rgb(5,40,220); }

 div.DivClassName
 {
   background-color: #0528DC;
 }
 .BgClassName
 {
   background-color: #0528DC;
 }
</style>

border-color css

<style>
 span { border-color: #0528DC; }

 span { border-color: rgb(5,40,220); }

 td.TdClassName
 {
   border-color: #0528DC;
 }
 .TagClassName
 {
   border-color: #0528DC;
 }
</style>