Html Css Color HEX #073DCF Persian Blue

📋 copy color: '#073DCF'

red 7 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #073DCF

Tints of Persian Blue #073DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

 BLUE value IS 207 (81.25% from 255) = 75.27%

R = 2.55%
G = 22.18%
B = 75.27%

CMYK

 C value IS 0.97

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#073DCF (or 0x073DCF) is known color: Persian Blue. HEX triplet: 07, 3D and CF. RGB value is (7,61,207). Sum of RGB (Red+Green+Blue) = 7+61+207=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 207 (81.25% from 255 or 75.27% from 275); Max value from RGB is 207 - color contains mainly: blue. Hex color #073DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #073DCF is #F8C230. Grayscale: #3C3C3C. Windows color (decimal): -16302641 or 13581575. OLE color: 13581575.

HSL color Cylindrical-coordinate representation of color #073DCF: hue angle of 223.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #073DCF is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 61 207 -
CMYK 0.97 0.71 0 0.19
HSL 223.8º 0.93% 0.42% -
HSV(B) 223.8º 0.97% 0.81% -
XYZ 13.02 7.89 59.87 -
YUV 61.5 210.11 89.13 -
System Red Green Blue C M Y K H S L
Decimal 7 61 207 0.97 0.71 0 0.19 223.8 0.93 0.42
Hex 7 3D CF 61 47 0 13 E0 5D 2A
Octal 7 75 317 141 107 0 23 340 135 52
Binary 111 111101 11001111 1100001 1000111 0 10011 11100000 1011101 101010

Color Harmonies of #073DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073DCF

Black with #073DCF

Text Example


Text Example

White with #073DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,61,207); }

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

background-color css

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

 a { background-color: rgb(7,61,207); }

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

border-color css

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

 span { border-color: rgb(7,61,207); }

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