Html Css Color HEX #042BDC Persian Blue

📋 copy color: '#042BDC'

red 4 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #042BDC

Tints of Persian Blue #042BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.1%

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

R = 1.5%
G = 16.1%
B = 82.4%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#042BDC (or 0x042BDC) is known color: Persian Blue. HEX triplet: 04, 2B and DC. RGB value is (4,43,220). Sum of RGB (Red+Green+Blue) = 4+43+220=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 220 (86.33% from 255 or 82.40% from 267); Max value from RGB is 220 - color contains mainly: blue. Hex color #042BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042BDC is #FBD423. Grayscale: #323232. Windows color (decimal): -16503844 or 14428932. OLE color: 14428932.

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

Color convert

RGB 4 43 220 -
CMYK 0.98 0.80 0 0.14
HSL 229.17º 0.96% 0.44% -
HSV(B) 229.17º 0.98% 0.86% -
XYZ 13.83 6.92 68.32 -
YUV 51.52 223.08 94.11 -
System Red Green Blue C M Y K H S L
Decimal 4 43 220 0.98 0.80 0 0.14 229.17 0.96 0.44
Hex 4 2B DC 62 50 0 E E5 60 2C
Octal 4 53 334 142 120 0 16 345 140 54
Binary 100 101011 11011100 1100010 1010000 0 1110 11100101 1100000 101100

Color Harmonies of #042BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042BDC

Black with #042BDC

Text Example


Text Example

White with #042BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042BDC; }

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

 H1.HeaderClassName
 {
   color: #042BDC;
 }
 .AnyTagClassName
 {
   color: #042BDC;
 }
</style>

background-color css

<style>
 a { background-color: #042BDC; }

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

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

border-color css

<style>
 span { border-color: #042BDC; }

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

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