Html Css Color HEX #043EDD Persian Blue

📋 copy color: '#043EDD'

red 4 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #043EDD

Tints of Persian Blue #043EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77%

R = 1.39%
G = 21.6%
B = 77%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#043EDD (or 0x043EDD) is known color: Persian Blue. HEX triplet: 04, 3E and DD. RGB value is (4,62,221). Sum of RGB (Red+Green+Blue) = 4+62+221=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #043EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043EDD is #FBC122. Grayscale: #3E3E3E. Windows color (decimal): -16498979 or 14499332. OLE color: 14499332.

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

Color convert

RGB 4 62 221 -
CMYK 0.98 0.72 0 0.13
HSL 223.96º 0.96% 0.44% -
HSV(B) 223.96º 0.98% 0.87% -
XYZ 14.82 8.69 69.3 -
YUV 62.78 217.28 86.07 -
System Red Green Blue C M Y K H S L
Decimal 4 62 221 0.98 0.72 0 0.13 223.96 0.96 0.44
Hex 4 3E DD 62 48 0 D E0 60 2C
Octal 4 76 335 142 110 0 15 340 140 54
Binary 100 111110 11011101 1100010 1001000 0 1101 11100000 1100000 101100

Color Harmonies of #043EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043EDD

Black with #043EDD

Text Example


Text Example

White with #043EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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