Html Css Color HEX #3073FD Royal Blue

📋 copy color: '#3073FD'

red 48 ◦ green 115 ◦ blue 253

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

Shades of Royal Blue #3073FD

Tints of Royal Blue #3073FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.82%

R = 11.54%
G = 27.64%
B = 60.82%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3073FD (or 0x3073FD) is known color: Royal Blue. HEX triplet: 30, 73 and FD. RGB value is (48,115,253). Sum of RGB (Red+Green+Blue) = 48+115+253=416 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.54% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 253 (99.22% from 255 or 60.82% from 416); Max value from RGB is 253 - color contains mainly: blue. Hex color #3073FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3073FD is #CF8C02. Grayscale: #6E6E6E. Windows color (decimal): -13601795 or 16610096. OLE color: 16610096.

HSL color Cylindrical-coordinate representation of color #3073FD: hue angle of 220.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3073FD is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 115 253 -
CMYK 0.81 0.55 0 0.01
HSL 220.39º 0.98% 0.59% -
HSV(B) 220.39º 0.81% 0.99% -
XYZ 25.08 19.98 95.46 -
YUV 110.7 208.3 83.28 -
System Red Green Blue C M Y K H S L
Decimal 48 115 253 0.81 0.55 0 0.01 220.39 0.98 0.59
Hex 30 73 FD 51 37 0 1 DC 62 3B
Octal 60 163 375 121 67 0 1 334 142 73
Binary 110000 1110011 11111101 1010001 110111 0 1 11011100 1100010 111011

Color Harmonies of #3073FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073FD

Black with #3073FD

Text Example


Text Example

White with #3073FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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