Html Css Color HEX #072FEA Persian Blue

📋 copy color: '#072FEA'

red 7 ◦ green 47 ◦ blue 234

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

Shades of Persian Blue #072FEA

Tints of Persian Blue #072FEA

RGB

 RED value IS 7 (3.13% from 255) = 2.43%

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

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

R = 2.43%
G = 16.32%
B = 81.25%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#072FEA (or 0x072FEA) is known color: Persian Blue. HEX triplet: 07, 2F and EA. RGB value is (7,47,234). Sum of RGB (Red+Green+Blue) = 7+47+234=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 234 (91.80% from 255 or 81.25% from 288); Max value from RGB is 234 - color contains mainly: blue. Hex color #072FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #072FEA is #F8D015. Grayscale: #373737. Windows color (decimal): -16306198 or 15347463. OLE color: 15347463.

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

Color convert

RGB 7 47 234 -
CMYK 0.97 0.80 0 0.08
HSL 229.43º 0.94% 0.47% -
HSV(B) 229.43º 0.97% 0.92% -
XYZ 15.96 8.02 78.55 -
YUV 56.36 228.25 92.79 -
System Red Green Blue C M Y K H S L
Decimal 7 47 234 0.97 0.80 0 0.08 229.43 0.94 0.47
Hex 7 2F EA 61 50 0 8 E5 5E 2F
Octal 7 57 352 141 120 0 10 345 136 57
Binary 111 101111 11101010 1100001 1010000 0 1000 11100101 1011110 101111

Color Harmonies of #072FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072FEA

Black with #072FEA

Text Example


Text Example

White with #072FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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