Html Css Color HEX #0429DD Persian Blue

📋 copy color: '#0429DD'

red 4 ◦ green 41 ◦ blue 221

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

Shades of Persian Blue #0429DD

Tints of Persian Blue #0429DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 1.5%
G = 15.41%
B = 83.08%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0429DD (or 0x0429DD) is known color: Persian Blue. HEX triplet: 04, 29 and DD. RGB value is (4,41,221). Sum of RGB (Red+Green+Blue) = 4+41+221=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #0429DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0429DD is #FBD622. Grayscale: #313131. Windows color (decimal): -16504355 or 14493956. OLE color: 14493956.

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

Color convert

RGB 4 41 221 -
CMYK 0.98 0.81 0 0.13
HSL 229.77º 0.96% 0.44% -
HSV(B) 229.77º 0.98% 0.87% -
XYZ 13.89 6.83 68.99 -
YUV 50.46 224.24 94.86 -
System Red Green Blue C M Y K H S L
Decimal 4 41 221 0.98 0.81 0 0.13 229.77 0.96 0.44
Hex 4 29 DD 62 51 0 D E6 60 2C
Octal 4 51 335 142 121 0 15 346 140 54
Binary 100 101001 11011101 1100010 1010001 0 1101 11100110 1100000 101100

Color Harmonies of #0429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429DD

Black with #0429DD

Text Example


Text Example

White with #0429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0429DD; }

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

 H1.HeaderClassName
 {
   color: #0429DD;
 }
 .AnyTagClassName
 {
   color: #0429DD;
 }
</style>

background-color css

<style>
 a { background-color: #0429DD; }

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

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

border-color css

<style>
 span { border-color: #0429DD; }

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

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