Html Css Color HEX #042ECF Persian Blue

📋 copy color: '#042ECF'

red 4 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #042ECF

Tints of Persian Blue #042ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 80.54%

R = 1.56%
G = 17.9%
B = 80.54%

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

#042ECF (or 0x042ECF) is known color: Persian Blue. HEX triplet: 04, 2E and CF. RGB value is (4,46,207). Sum of RGB (Red+Green+Blue) = 4+46+207=257 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 207 (81.25% from 255 or 80.54% from 257); Max value from RGB is 207 - color contains mainly: blue. Hex color #042ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042ECF is #FBD130. Grayscale: #333333. Windows color (decimal): -16503089 or 13577732. OLE color: 13577732.

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

Color convert

RGB 4 46 207 -
CMYK 0.98 0.78 0 0.19
HSL 227.59º 0.96% 0.41% -
HSV(B) 227.59º 0.98% 0.81% -
XYZ 12.29 6.48 59.64 -
YUV 51.8 215.59 93.91 -
System Red Green Blue C M Y K H S L
Decimal 4 46 207 0.98 0.78 0 0.19 227.59 0.96 0.41
Hex 4 2E CF 62 4E 0 13 E4 60 29
Octal 4 56 317 142 116 0 23 344 140 51
Binary 100 101110 11001111 1100010 1001110 0 10011 11100100 1100000 101001

Color Harmonies of #042ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042ECF

Black with #042ECF

Text Example


Text Example

White with #042ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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