Html Css Color HEX #043DDD Persian Blue

📋 copy color: '#043DDD'

red 4 ◦ green 61 ◦ blue 221

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

Shades of Persian Blue #043DDD

Tints of Persian Blue #043DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.33%

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

R = 1.4%
G = 21.33%
B = 77.27%

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

#043DDD (or 0x043DDD) is known color: Persian Blue. HEX triplet: 04, 3D and DD. RGB value is (4,61,221). Sum of RGB (Red+Green+Blue) = 4+61+221=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #043DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DDD is #FBC222. Grayscale: #3D3D3D. Windows color (decimal): -16499235 or 14499076. OLE color: 14499076.

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

Color convert

RGB 4 61 221 -
CMYK 0.98 0.72 0 0.13
HSL 224.24º 0.96% 0.44% -
HSV(B) 224.24º 0.98% 0.87% -
XYZ 14.77 8.58 69.28 -
YUV 62.2 217.62 86.49 -
System Red Green Blue C M Y K H S L
Decimal 4 61 221 0.98 0.72 0 0.13 224.24 0.96 0.44
Hex 4 3D DD 62 48 0 D E0 60 2C
Octal 4 75 335 142 110 0 15 340 140 54
Binary 100 111101 11011101 1100010 1001000 0 1101 11100000 1100000 101100

Color Harmonies of #043DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #043DDD

Black with #043DDD

Text Example


Text Example

White with #043DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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