Html Css Color HEX #042ECE Persian Blue

📋 copy color: '#042ECE'

red 4 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #042ECE

Tints of Persian Blue #042ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 1.56%
G = 17.97%
B = 80.47%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#042ECE (or 0x042ECE) is known color: Persian Blue. HEX triplet: 04, 2E and CE. RGB value is (4,46,206). Sum of RGB (Red+Green+Blue) = 4+46+206=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #042ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ECE is #FBD131. Grayscale: #333333. Windows color (decimal): -16503090 or 13512196. OLE color: 13512196.

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

Color convert

RGB 4 46 206 -
CMYK 0.98 0.78 0 0.19
HSL 227.52º 0.96% 0.41% -
HSV(B) 227.52º 0.98% 0.81% -
XYZ 12.17 6.44 58.99 -
YUV 51.68 215.09 93.99 -
System Red Green Blue C M Y K H S L
Decimal 4 46 206 0.98 0.78 0 0.19 227.52 0.96 0.41
Hex 4 2E CE 62 4E 0 13 E4 60 29
Octal 4 56 316 142 116 0 23 344 140 51
Binary 100 101110 11001110 1100010 1001110 0 10011 11100100 1100000 101001

Color Harmonies of #042ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ECE

Black with #042ECE

Text Example


Text Example

White with #042ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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