Html Css Color HEX #0533DD Persian Blue

📋 copy color: '#0533DD'

red 5 ◦ green 51 ◦ blue 221

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

Shades of Persian Blue #0533DD

Tints of Persian Blue #0533DD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

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

R = 1.81%
G = 18.41%
B = 79.78%

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

#0533DD (or 0x0533DD) is known color: Persian Blue. HEX triplet: 05, 33 and DD. RGB value is (5,51,221). Sum of RGB (Red+Green+Blue) = 5+51+221=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 221 (86.72% from 255 or 79.78% from 277); Max value from RGB is 221 - color contains mainly: blue. Hex color #0533DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0533DD is #FACC22. Grayscale: #373737. Windows color (decimal): -16436259 or 14496517. OLE color: 14496517.

HSL color Cylindrical-coordinate representation of color #0533DD: hue angle of 227.22º 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 #0533DD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 51 221 -
CMYK 0.98 0.77 0 0.13
HSL 227.22º 0.96% 0.44% -
HSV(B) 227.22º 0.98% 0.87% -
XYZ 14.3 7.62 69.12 -
YUV 56.63 220.76 91.18 -
System Red Green Blue C M Y K H S L
Decimal 5 51 221 0.98 0.77 0 0.13 227.22 0.96 0.44
Hex 5 33 DD 62 4D 0 D E3 60 2C
Octal 5 63 335 142 115 0 15 343 140 54
Binary 101 110011 11011101 1100010 1001101 0 1101 11100011 1100000 101100

Color Harmonies of #0533DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0533DD

Black with #0533DD

Text Example


Text Example

White with #0533DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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