Html Css Color HEX #3073F7 Royal Blue

📋 copy color: '#3073F7'

red 48 ◦ green 115 ◦ blue 247

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

Shades of Royal Blue #3073F7

Tints of Royal Blue #3073F7

RGB

 RED value IS 48 (19.14% from 255) = 11.71%

 GREEN value IS 115 (45.31% from 255) = 28.05%

 BLUE value IS 247 (96.88% from 255) = 60.24%

R = 11.71%
G = 28.05%
B = 60.24%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3073F7 (or 0x3073F7) is known color: Royal Blue. HEX triplet: 30, 73 and F7. RGB value is (48,115,247). Sum of RGB (Red+Green+Blue) = 48+115+247=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 247 (96.88% from 255 or 60.24% from 410); Max value from RGB is 247 - color contains mainly: blue. Hex color #3073F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073F7 is #CF8C08. Grayscale: #6D6D6D. Windows color (decimal): -13601801 or 16216880. OLE color: 16216880.

HSL color Cylindrical-coordinate representation of color #3073F7: hue angle of 219.8º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3073F7 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 48 115 247 -
CMYK 0.81 0.53 0 0.03
HSL 219.8º 0.93% 0.58% -
HSV(B) 219.8º 0.81% 0.97% -
XYZ 24.14 19.61 90.51 -
YUV 110.02 205.3 83.77 -
System Red Green Blue C M Y K H S L
Decimal 48 115 247 0.81 0.53 0 0.03 219.8 0.93 0.58
Hex 30 73 F7 51 35 0 3 DC 5D 3A
Octal 60 163 367 121 65 0 3 334 135 72
Binary 110000 1110011 11110111 1010001 110101 0 11 11011100 1011101 111010

Color Harmonies of #3073F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073F7

Black with #3073F7

Text Example


Text Example

White with #3073F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3073F7; }

 p { color: rgb(48,115,247); }

 H1.HeaderClassName
 {
   color: #3073F7;
 }
 .AnyTagClassName
 {
   color: #3073F7;
 }
</style>

background-color css

<style>
 a { background-color: #3073F7; }

 a { background-color: rgb(48,115,247); }

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

border-color css

<style>
 span { border-color: #3073F7; }

 span { border-color: rgb(48,115,247); }

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