Html Css Color HEX #043EDC Persian Blue

📋 copy color: '#043EDC'

red 4 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #043EDC

Tints of Persian Blue #043EDC

RGB

 RED value IS 4 (1.95% from 255) = 1.4%

 GREEN value IS 62 (24.61% from 255) = 21.68%

 BLUE value IS 220 (86.33% from 255) = 76.92%

R = 1.4%
G = 21.68%
B = 76.92%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#043EDC (or 0x043EDC) is known color: Persian Blue. HEX triplet: 04, 3E and DC. RGB value is (4,62,220). Sum of RGB (Red+Green+Blue) = 4+62+220=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 220 (86.33% from 255 or 76.92% from 286); Max value from RGB is 220 - color contains mainly: blue. Hex color #043EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043EDC is #FBC123. Grayscale: #3D3D3D. Windows color (decimal): -16498980 or 14433796. OLE color: 14433796.

HSL color Cylindrical-coordinate representation of color #043EDC: hue angle of 223.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EDC is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 62 220 -
CMYK 0.98 0.72 0 0.14
HSL 223.89º 0.96% 0.44% -
HSV(B) 223.89º 0.98% 0.86% -
XYZ 14.69 8.64 68.6 -
YUV 62.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 4 62 220 0.98 0.72 0 0.14 223.89 0.96 0.44
Hex 4 3E DC 62 48 0 E E0 60 2C
Octal 4 76 334 142 110 0 16 340 140 54
Binary 100 111110 11011100 1100010 1001000 0 1110 11100000 1100000 101100

Color Harmonies of #043EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043EDC

Black with #043EDC

Text Example


Text Example

White with #043EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #043EDC; }

 p { color: rgb(4,62,220); }

 H1.HeaderClassName
 {
   color: #043EDC;
 }
 .AnyTagClassName
 {
   color: #043EDC;
 }
</style>

background-color css

<style>
 a { background-color: #043EDC; }

 a { background-color: rgb(4,62,220); }

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

border-color css

<style>
 span { border-color: #043EDC; }

 span { border-color: rgb(4,62,220); }

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