Html Css Color HEX #0535DD Persian Blue

📋 copy color: '#0535DD'

red 5 ◦ green 53 ◦ blue 221

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

Shades of Persian Blue #0535DD

Tints of Persian Blue #0535DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 1.79%
G = 19%
B = 79.21%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0535DD (or 0x0535DD) is known color: Persian Blue. HEX triplet: 05, 35 and DD. RGB value is (5,53,221). Sum of RGB (Red+Green+Blue) = 5+53+221=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #0535DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0535DD is #FACA22. Grayscale: #393939. Windows color (decimal): -16435747 or 14497029. OLE color: 14497029.

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

Color convert

RGB 5 53 221 -
CMYK 0.98 0.76 0 0.13
HSL 226.67º 0.96% 0.44% -
HSV(B) 226.67º 0.98% 0.87% -
XYZ 14.39 7.8 69.15 -
YUV 57.8 220.1 90.34 -
System Red Green Blue C M Y K H S L
Decimal 5 53 221 0.98 0.76 0 0.13 226.67 0.96 0.44
Hex 5 35 DD 62 4C 0 D E3 60 2C
Octal 5 65 335 142 114 0 15 343 140 54
Binary 101 110101 11011101 1100010 1001100 0 1101 11100011 1100000 101100

Color Harmonies of #0535DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0535DD

Black with #0535DD

Text Example


Text Example

White with #0535DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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