Html Css Color HEX #042EDE Persian Blue

📋 copy color: '#042EDE'

red 4 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #042EDE

Tints of Persian Blue #042EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 81.62%

R = 1.47%
G = 16.91%
B = 81.62%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#042EDE (or 0x042EDE) is known color: Persian Blue. HEX triplet: 04, 2E and DE. RGB value is (4,46,222). Sum of RGB (Red+Green+Blue) = 4+46+222=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #042EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042EDE is #FBD121. Grayscale: #343434. Windows color (decimal): -16503074 or 14560772. OLE color: 14560772.

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

Color convert

RGB 4 46 222 -
CMYK 0.98 0.79 0 0.13
HSL 228.44º 0.96% 0.44% -
HSV(B) 228.44º 0.98% 0.87% -
XYZ 14.21 7.25 69.76 -
YUV 53.51 223.09 92.69 -
System Red Green Blue C M Y K H S L
Decimal 4 46 222 0.98 0.79 0 0.13 228.44 0.96 0.44
Hex 4 2E DE 62 4F 0 D E4 60 2C
Octal 4 56 336 142 117 0 15 344 140 54
Binary 100 101110 11011110 1100010 1001111 0 1101 11100100 1100000 101100

Color Harmonies of #042EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EDE

Black with #042EDE

Text Example


Text Example

White with #042EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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