Html Css Color HEX #073CE1 Persian Blue

📋 copy color: '#073CE1'

red 7 ◦ green 60 ◦ blue 225

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

Shades of Persian Blue #073CE1

Tints of Persian Blue #073CE1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 225 (88.28% from 255) = 77.05%

R = 2.4%
G = 20.55%
B = 77.05%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#073CE1 (or 0x073CE1) is known color: Persian Blue. HEX triplet: 07, 3C and E1. RGB value is (7,60,225). Sum of RGB (Red+Green+Blue) = 7+60+225=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 225 (88.28% from 255 or 77.05% from 292); Max value from RGB is 225 - color contains mainly: blue. Hex color #073CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073CE1 is #F8C31E. Grayscale: #3E3E3E. Windows color (decimal): -16302879 or 14760967. OLE color: 14760967.

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

Color convert

RGB 7 60 225 -
CMYK 0.97 0.73 0 0.12
HSL 225.41º 0.94% 0.45% -
HSV(B) 225.41º 0.97% 0.88% -
XYZ 15.29 8.71 72.11 -
YUV 62.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 7 60 225 0.97 0.73 0 0.12 225.41 0.94 0.45
Hex 7 3C E1 61 49 0 C E1 5E 2D
Octal 7 74 341 141 111 0 14 341 136 55
Binary 111 111100 11100001 1100001 1001001 0 1100 11100001 1011110 101101

Color Harmonies of #073CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073CE1

Black with #073CE1

Text Example


Text Example

White with #073CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,225); }

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

background-color css

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

 a { background-color: rgb(7,60,225); }

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

border-color css

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

 span { border-color: rgb(7,60,225); }

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