Html Css Color HEX #052DCE Persian Blue

📋 copy color: '#052DCE'

red 5 ◦ green 45 ◦ blue 206

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

Shades of Persian Blue #052DCE

Tints of Persian Blue #052DCE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.58%

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 1.95%
G = 17.58%
B = 80.47%

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

#052DCE (or 0x052DCE) is known color: Persian Blue. HEX triplet: 05, 2D and CE. RGB value is (5,45,206). Sum of RGB (Red+Green+Blue) = 5+45+206=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #052DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052DCE is #FAD231. Grayscale: #323232. Windows color (decimal): -16437810 or 13511941. OLE color: 13511941.

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

Color convert

RGB 5 45 206 -
CMYK 0.98 0.78 0 0.19
HSL 228.06º 0.95% 0.41% -
HSV(B) 228.06º 0.98% 0.81% -
XYZ 12.14 6.37 58.98 -
YUV 51.39 215.25 94.91 -
System Red Green Blue C M Y K H S L
Decimal 5 45 206 0.98 0.78 0 0.19 228.06 0.95 0.41
Hex 5 2D CE 62 4E 0 13 E4 5F 29
Octal 5 55 316 142 116 0 23 344 137 51
Binary 101 101101 11001110 1100010 1001110 0 10011 11100100 1011111 101001

Color Harmonies of #052DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052DCE

Black with #052DCE

Text Example


Text Example

White with #052DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,45,206); }

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

background-color css

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

 a { background-color: rgb(5,45,206); }

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

border-color css

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

 span { border-color: rgb(5,45,206); }

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