Html Css Color HEX #042ECC Persian Blue

📋 copy color: '#042ECC'

red 4 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #042ECC

Tints of Persian Blue #042ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.11%

 BLUE value IS 204 (80.08% from 255) = 80.31%

R = 1.57%
G = 18.11%
B = 80.31%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#042ECC (or 0x042ECC) is known color: Persian Blue. HEX triplet: 04, 2E and CC. RGB value is (4,46,204). Sum of RGB (Red+Green+Blue) = 4+46+204=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #042ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ECC is #FBD133. Grayscale: #323232. Windows color (decimal): -16503092 or 13381124. OLE color: 13381124.

HSL color Cylindrical-coordinate representation of color #042ECC: hue angle of 227.4º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042ECC is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 46 204 -
CMYK 0.98 0.77 0 0.2
HSL 227.4º 0.96% 0.41% -
HSV(B) 227.4º 0.98% 0.8% -
XYZ 11.93 6.34 57.72 -
YUV 51.45 214.09 94.15 -
System Red Green Blue C M Y K H S L
Decimal 4 46 204 0.98 0.77 0 0.2 227.4 0.96 0.41
Hex 4 2E CC 62 4D 0 14 E3 60 29
Octal 4 56 314 142 115 0 24 343 140 51
Binary 100 101110 11001100 1100010 1001101 0 10100 11100011 1100000 101001

Color Harmonies of #042ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ECC

Black with #042ECC

Text Example


Text Example

White with #042ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,46,204); }

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

background-color css

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

 a { background-color: rgb(4,46,204); }

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

border-color css

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

 span { border-color: rgb(4,46,204); }

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