Html Css Color HEX #043FDC Persian Blue

📋 copy color: '#043FDC'

red 4 ◦ green 63 ◦ blue 220

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

Shades of Persian Blue #043FDC

Tints of Persian Blue #043FDC

RGB

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

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

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

R = 1.39%
G = 21.95%
B = 76.66%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#043FDC (or 0x043FDC) is known color: Persian Blue. HEX triplet: 04, 3F and DC. RGB value is (4,63,220). Sum of RGB (Red+Green+Blue) = 4+63+220=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #043FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FDC is #FBC023. Grayscale: #3E3E3E. Windows color (decimal): -16498724 or 14434052. OLE color: 14434052.

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

Color convert

RGB 4 63 220 -
CMYK 0.98 0.71 0 0.14
HSL 223.61º 0.96% 0.44% -
HSV(B) 223.61º 0.98% 0.86% -
XYZ 14.75 8.75 68.62 -
YUV 63.26 216.45 85.73 -
System Red Green Blue C M Y K H S L
Decimal 4 63 220 0.98 0.71 0 0.14 223.61 0.96 0.44
Hex 4 3F DC 62 47 0 E E0 60 2C
Octal 4 77 334 142 107 0 16 340 140 54
Binary 100 111111 11011100 1100010 1000111 0 1110 11100000 1100000 101100

Color Harmonies of #043FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FDC

Black with #043FDC

Text Example


Text Example

White with #043FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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