Html Css Color HEX #052ECF Persian Blue

📋 copy color: '#052ECF'

red 5 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #052ECF

Tints of Persian Blue #052ECF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.83%

 BLUE value IS 207 (81.25% from 255) = 80.23%

R = 1.94%
G = 17.83%
B = 80.23%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#052ECF (or 0x052ECF) is known color: Persian Blue. HEX triplet: 05, 2E and CF. RGB value is (5,46,207). Sum of RGB (Red+Green+Blue) = 5+46+207=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 207 (81.25% from 255 or 80.23% from 258); Max value from RGB is 207 - color contains mainly: blue. Hex color #052ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ECF is #FAD130. Grayscale: #333333. Windows color (decimal): -16437553 or 13577733. OLE color: 13577733.

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

Color convert

RGB 5 46 207 -
CMYK 0.98 0.78 0 0.19
HSL 227.82º 0.95% 0.42% -
HSV(B) 227.82º 0.98% 0.81% -
XYZ 12.3 6.49 59.64 -
YUV 52.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 5 46 207 0.98 0.78 0 0.19 227.82 0.95 0.42
Hex 5 2E CF 62 4E 0 13 E4 5F 2A
Octal 5 56 317 142 116 0 23 344 137 52
Binary 101 101110 11001111 1100010 1001110 0 10011 11100100 1011111 101010

Color Harmonies of #052ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052ECF

Black with #052ECF

Text Example


Text Example

White with #052ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,46,207); }

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

background-color css

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

 a { background-color: rgb(5,46,207); }

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

border-color css

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

 span { border-color: rgb(5,46,207); }

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