Html Css Color HEX #042EDA Persian Blue

📋 copy color: '#042EDA'

red 4 ◦ green 46 ◦ blue 218

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

Shades of Persian Blue #042EDA

Tints of Persian Blue #042EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 81.34%

R = 1.49%
G = 17.16%
B = 81.34%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#042EDA (or 0x042EDA) is known color: Persian Blue. HEX triplet: 04, 2E and DA. RGB value is (4,46,218). Sum of RGB (Red+Green+Blue) = 4+46+218=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #042EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #042EDA is #FBD125. Grayscale: #343434. Windows color (decimal): -16503078 or 14298628. OLE color: 14298628.

HSL color Cylindrical-coordinate representation of color #042EDA: hue angle of 228.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042EDA is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 46 218 -
CMYK 0.98 0.79 0 0.15
HSL 228.22º 0.96% 0.44% -
HSV(B) 228.22º 0.98% 0.85% -
XYZ 13.68 7.04 66.97 -
YUV 53.05 221.09 93.01 -
System Red Green Blue C M Y K H S L
Decimal 4 46 218 0.98 0.79 0 0.15 228.22 0.96 0.44
Hex 4 2E DA 62 4F 0 F E4 60 2C
Octal 4 56 332 142 117 0 17 344 140 54
Binary 100 101110 11011010 1100010 1001111 0 1111 11100100 1100000 101100

Color Harmonies of #042EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042EDA

Black with #042EDA

Text Example


Text Example

White with #042EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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