Html Css Color HEX #0532DD Persian Blue

📋 copy color: '#0532DD'

red 5 ◦ green 50 ◦ blue 221

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

Shades of Persian Blue #0532DD

Tints of Persian Blue #0532DD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 221 (86.72% from 255) = 80.07%

R = 1.81%
G = 18.12%
B = 80.07%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0532DD (or 0x0532DD) is known color: Persian Blue. HEX triplet: 05, 32 and DD. RGB value is (5,50,221). Sum of RGB (Red+Green+Blue) = 5+50+221=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 221 (86.72% from 255 or 80.07% from 276); Max value from RGB is 221 - color contains mainly: blue. Hex color #0532DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0532DD is #FACD22. Grayscale: #373737. Windows color (decimal): -16436515 or 14496261. OLE color: 14496261.

HSL color Cylindrical-coordinate representation of color #0532DD: hue angle of 227.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0532DD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 50 221 -
CMYK 0.98 0.77 0 0.13
HSL 227.5º 0.96% 0.44% -
HSV(B) 227.5º 0.98% 0.87% -
XYZ 14.25 7.53 69.11 -
YUV 56.04 221.09 91.6 -
System Red Green Blue C M Y K H S L
Decimal 5 50 221 0.98 0.77 0 0.13 227.5 0.96 0.44
Hex 5 32 DD 62 4D 0 D E4 60 2C
Octal 5 62 335 142 115 0 15 344 140 54
Binary 101 110010 11011101 1100010 1001101 0 1101 11100100 1100000 101100

Color Harmonies of #0532DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0532DD

Black with #0532DD

Text Example


Text Example

White with #0532DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0532DD; }

 p { color: rgb(5,50,221); }

 H1.HeaderClassName
 {
   color: #0532DD;
 }
 .AnyTagClassName
 {
   color: #0532DD;
 }
</style>

background-color css

<style>
 a { background-color: #0532DD; }

 a { background-color: rgb(5,50,221); }

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

border-color css

<style>
 span { border-color: #0532DD; }

 span { border-color: rgb(5,50,221); }

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