Html Css Color HEX #052FD3 Persian Blue

📋 copy color: '#052FD3'

red 5 ◦ green 47 ◦ blue 211

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

Shades of Persian Blue #052FD3

Tints of Persian Blue #052FD3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

 BLUE value IS 211 (82.81% from 255) = 80.23%

R = 1.9%
G = 17.87%
B = 80.23%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#052FD3 (or 0x052FD3) is known color: Persian Blue. HEX triplet: 05, 2F and D3. RGB value is (5,47,211). Sum of RGB (Red+Green+Blue) = 5+47+211=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 211 (82.81% from 255 or 80.23% from 263); Max value from RGB is 211 - color contains mainly: blue. Hex color #052FD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FD3 is #FAD02C. Grayscale: #343434. Windows color (decimal): -16437293 or 13840133. OLE color: 13840133.

HSL color Cylindrical-coordinate representation of color #052FD3: hue angle of 227.77º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FD3 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 5 47 211 -
CMYK 0.98 0.78 0 0.17
HSL 227.77º 0.95% 0.42% -
HSV(B) 227.77º 0.98% 0.83% -
XYZ 12.84 6.77 62.26 -
YUV 53.14 217.09 93.66 -
System Red Green Blue C M Y K H S L
Decimal 5 47 211 0.98 0.78 0 0.17 227.77 0.95 0.42
Hex 5 2F D3 62 4E 0 11 E4 5F 2A
Octal 5 57 323 142 116 0 21 344 137 52
Binary 101 101111 11010011 1100010 1001110 0 10001 11100100 1011111 101010

Color Harmonies of #052FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052FD3

Black with #052FD3

Text Example


Text Example

White with #052FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052FD3; }

 p { color: rgb(5,47,211); }

 H1.HeaderClassName
 {
   color: #052FD3;
 }
 .AnyTagClassName
 {
   color: #052FD3;
 }
</style>

background-color css

<style>
 a { background-color: #052FD3; }

 a { background-color: rgb(5,47,211); }

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

border-color css

<style>
 span { border-color: #052FD3; }

 span { border-color: rgb(5,47,211); }

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