Html Css Color HEX #043ADD Persian Blue

📋 copy color: '#043ADD'

red 4 ◦ green 58 ◦ blue 221

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

Shades of Persian Blue #043ADD

Tints of Persian Blue #043ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

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

R = 1.41%
G = 20.49%
B = 78.09%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#043ADD (or 0x043ADD) is known color: Persian Blue. HEX triplet: 04, 3A and DD. RGB value is (4,58,221). Sum of RGB (Red+Green+Blue) = 4+58+221=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #043ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043ADD is #FBC522. Grayscale: #3B3B3B. Windows color (decimal): -16500003 or 14498308. OLE color: 14498308.

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

Color convert

RGB 4 58 221 -
CMYK 0.98 0.74 0 0.13
HSL 225.07º 0.96% 0.44% -
HSV(B) 225.07º 0.98% 0.87% -
XYZ 14.61 8.27 69.23 -
YUV 60.44 218.61 87.75 -
System Red Green Blue C M Y K H S L
Decimal 4 58 221 0.98 0.74 0 0.13 225.07 0.96 0.44
Hex 4 3A DD 62 4A 0 D E1 60 2C
Octal 4 72 335 142 112 0 15 341 140 54
Binary 100 111010 11011101 1100010 1001010 0 1101 11100001 1100000 101100

Color Harmonies of #043ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043ADD

Black with #043ADD

Text Example


Text Example

White with #043ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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