Html Css Color HEX #0531DF Persian Blue

📋 copy color: '#0531DF'

red 5 ◦ green 49 ◦ blue 223

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

Shades of Persian Blue #0531DF

Tints of Persian Blue #0531DF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

 BLUE value IS 223 (87.5% from 255) = 80.51%

R = 1.81%
G = 17.69%
B = 80.51%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0531DF (or 0x0531DF) is known color: Persian Blue. HEX triplet: 05, 31 and DF. RGB value is (5,49,223). Sum of RGB (Red+Green+Blue) = 5+49+223=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #0531DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0531DF is #FACE20. Grayscale: #363636. Windows color (decimal): -16436769 or 14627077. OLE color: 14627077.

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

Color convert

RGB 5 49 223 -
CMYK 0.98 0.78 0 0.13
HSL 227.89º 0.96% 0.45% -
HSV(B) 227.89º 0.98% 0.87% -
XYZ 14.48 7.56 70.51 -
YUV 55.68 222.42 91.85 -
System Red Green Blue C M Y K H S L
Decimal 5 49 223 0.98 0.78 0 0.13 227.89 0.96 0.45
Hex 5 31 DF 62 4E 0 D E4 60 2D
Octal 5 61 337 142 116 0 15 344 140 55
Binary 101 110001 11011111 1100010 1001110 0 1101 11100100 1100000 101101

Color Harmonies of #0531DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0531DF

Black with #0531DF

Text Example


Text Example

White with #0531DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0531DF; }

 p { color: rgb(5,49,223); }

 H1.HeaderClassName
 {
   color: #0531DF;
 }
 .AnyTagClassName
 {
   color: #0531DF;
 }
</style>

background-color css

<style>
 a { background-color: #0531DF; }

 a { background-color: rgb(5,49,223); }

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

border-color css

<style>
 span { border-color: #0531DF; }

 span { border-color: rgb(5,49,223); }

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