Html Css Color HEX #042FEA Persian Blue

📋 copy color: '#042FEA'

red 4 ◦ green 47 ◦ blue 234

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

Shades of Persian Blue #042FEA

Tints of Persian Blue #042FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.49%

 BLUE value IS 234 (91.8% from 255) = 82.11%

R = 1.4%
G = 16.49%
B = 82.11%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#042FEA (or 0x042FEA) is known color: Persian Blue. HEX triplet: 04, 2F and EA. RGB value is (4,47,234). Sum of RGB (Red+Green+Blue) = 4+47+234=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #042FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042FEA is #FBD015. Grayscale: #363636. Windows color (decimal): -16502806 or 15347460. OLE color: 15347460.

HSL color Cylindrical-coordinate representation of color #042FEA: hue angle of 228.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FEA is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 47 234 -
CMYK 0.98 0.80 0 0.08
HSL 228.78º 0.97% 0.47% -
HSV(B) 228.78º 0.98% 0.92% -
XYZ 15.92 8 78.55 -
YUV 55.46 228.75 91.29 -
System Red Green Blue C M Y K H S L
Decimal 4 47 234 0.98 0.80 0 0.08 228.78 0.97 0.47
Hex 4 2F EA 62 50 0 8 E5 61 2F
Octal 4 57 352 142 120 0 10 345 141 57
Binary 100 101111 11101010 1100010 1010000 0 1000 11100101 1100001 101111

Color Harmonies of #042FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042FEA

Black with #042FEA

Text Example


Text Example

White with #042FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,47,234); }

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

background-color css

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

 a { background-color: rgb(4,47,234); }

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

border-color css

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

 span { border-color: rgb(4,47,234); }

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