Html Css Color HEX #073FEB Persian Blue

📋 copy color: '#073FEB'

red 7 ◦ green 63 ◦ blue 235

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

Shades of Persian Blue #073FEB

Tints of Persian Blue #073FEB

RGB

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

 GREEN value IS 63 (25% from 255) = 20.66%

 BLUE value IS 235 (92.19% from 255) = 77.05%

R = 2.3%
G = 20.66%
B = 77.05%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#073FEB (or 0x073FEB) is known color: Persian Blue. HEX triplet: 07, 3F and EB. RGB value is (7,63,235). Sum of RGB (Red+Green+Blue) = 7+63+235=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #073FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FEB is #F8C014. Grayscale: #414141. Windows color (decimal): -16302101 or 15417095. OLE color: 15417095.

HSL color Cylindrical-coordinate representation of color #073FEB: hue angle of 225.26º 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 #073FEB is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 7 63 235 -
CMYK 0.97 0.73 0 0.08
HSL 225.26º 0.94% 0.47% -
HSV(B) 225.26º 0.97% 0.92% -
XYZ 16.86 9.6 79.56 -
YUV 65.86 223.45 86.01 -
System Red Green Blue C M Y K H S L
Decimal 7 63 235 0.97 0.73 0 0.08 225.26 0.94 0.47
Hex 7 3F EB 61 49 0 8 E1 5E 2F
Octal 7 77 353 141 111 0 10 341 136 57
Binary 111 111111 11101011 1100001 1001001 0 1000 11100001 1011110 101111

Color Harmonies of #073FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FEB

Black with #073FEB

Text Example


Text Example

White with #073FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073FEB; }

 p { color: rgb(7,63,235); }

 H1.HeaderClassName
 {
   color: #073FEB;
 }
 .AnyTagClassName
 {
   color: #073FEB;
 }
</style>

background-color css

<style>
 a { background-color: #073FEB; }

 a { background-color: rgb(7,63,235); }

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

border-color css

<style>
 span { border-color: #073FEB; }

 span { border-color: rgb(7,63,235); }

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