Html Css Color HEX #043FD5 Persian Blue

📋 copy color: '#043FD5'

red 4 ◦ green 63 ◦ blue 213

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

Shades of Persian Blue #043FD5

Tints of Persian Blue #043FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.07%

R = 1.43%
G = 22.5%
B = 76.07%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#043FD5 (or 0x043FD5) is known color: Persian Blue. HEX triplet: 04, 3F and D5. RGB value is (4,63,213). Sum of RGB (Red+Green+Blue) = 4+63+213=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 213 (83.59% from 255 or 76.07% from 280); Max value from RGB is 213 - color contains mainly: blue. Hex color #043FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043FD5 is #FBC02A. Grayscale: #3D3D3D. Windows color (decimal): -16498731 or 13975300. OLE color: 13975300.

HSL color Cylindrical-coordinate representation of color #043FD5: hue angle of 223.06º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FD5 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 4 63 213 -
CMYK 0.98 0.70 0 0.16
HSL 223.06º 0.96% 0.43% -
HSV(B) 223.06º 0.98% 0.84% -
XYZ 13.84 8.38 63.84 -
YUV 62.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 4 63 213 0.98 0.70 0 0.16 223.06 0.96 0.43
Hex 4 3F D5 62 46 0 10 DF 60 2B
Octal 4 77 325 142 106 0 20 337 140 53
Binary 100 111111 11010101 1100010 1000110 0 10000 11011111 1100000 101011

Color Harmonies of #043FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043FD5

Black with #043FD5

Text Example


Text Example

White with #043FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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