Html Css Color HEX #073FED Persian Blue

📋 copy color: '#073FED'

red 7 ◦ green 63 ◦ blue 237

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

Shades of Persian Blue #073FED

Tints of Persian Blue #073FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 77.2%

R = 2.28%
G = 20.52%
B = 77.2%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#073FED (or 0x073FED) is known color: Persian Blue. HEX triplet: 07, 3F and ED. RGB value is (7,63,237). Sum of RGB (Red+Green+Blue) = 7+63+237=307 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.28% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 237 (92.97% from 255 or 77.20% from 307); Max value from RGB is 237 - color contains mainly: blue. Hex color #073FED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #073FED is #F8C012. Grayscale: #414141. Windows color (decimal): -16302099 or 15548167. OLE color: 15548167.

HSL color Cylindrical-coordinate representation of color #073FED: hue angle of 225.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073FED is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 7 63 237 -
CMYK 0.97 0.73 0 0.07
HSL 225.39º 0.94% 0.48% -
HSV(B) 225.39º 0.97% 0.93% -
XYZ 17.15 9.71 81.09 -
YUV 66.09 224.45 85.85 -
System Red Green Blue C M Y K H S L
Decimal 7 63 237 0.97 0.73 0 0.07 225.39 0.94 0.48
Hex 7 3F ED 61 49 0 7 E1 5E 30
Octal 7 77 355 141 111 0 7 341 136 60
Binary 111 111111 11101101 1100001 1001001 0 111 11100001 1011110 110000

Color Harmonies of #073FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073FED

Black with #073FED

Text Example


Text Example

White with #073FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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