Html Css Color HEX #043FDE Persian Blue

📋 copy color: '#043FDE'

red 4 ◦ green 63 ◦ blue 222

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

Shades of Persian Blue #043FDE

Tints of Persian Blue #043FDE

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 1.38%
G = 21.8%
B = 76.82%

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

#043FDE (or 0x043FDE) is known color: Persian Blue. HEX triplet: 04, 3F and DE. RGB value is (4,63,222). Sum of RGB (Red+Green+Blue) = 4+63+222=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #043FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FDE is #FBC021. Grayscale: #3E3E3E. Windows color (decimal): -16498722 or 14565124. OLE color: 14565124.

HSL color Cylindrical-coordinate representation of color #043FDE: hue angle of 223.76º 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 #043FDE is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 63 222 -
CMYK 0.98 0.72 0 0.13
HSL 223.76º 0.96% 0.44% -
HSV(B) 223.76º 0.98% 0.87% -
XYZ 15.01 8.85 70.03 -
YUV 63.49 217.45 85.57 -
System Red Green Blue C M Y K H S L
Decimal 4 63 222 0.98 0.72 0 0.13 223.76 0.96 0.44
Hex 4 3F DE 62 48 0 D E0 60 2C
Octal 4 77 336 142 110 0 15 340 140 54
Binary 100 111111 11011110 1100010 1001000 0 1101 11100000 1100000 101100

Color Harmonies of #043FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FDE

Black with #043FDE

Text Example


Text Example

White with #043FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,63,222); }

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

background-color css

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

 a { background-color: rgb(4,63,222); }

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

border-color css

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

 span { border-color: rgb(4,63,222); }

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