Html Css Color HEX #3073DA Royal Blue

📋 copy color: '#3073DA'

red 48 ◦ green 115 ◦ blue 218

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

Shades of Royal Blue #3073DA

Tints of Royal Blue #3073DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 12.6%
G = 30.18%
B = 57.22%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3073DA (or 0x3073DA) is known color: Royal Blue. HEX triplet: 30, 73 and DA. RGB value is (48,115,218). Sum of RGB (Red+Green+Blue) = 48+115+218=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #3073DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073DA is #CF8C25. Grayscale: #6A6A6A. Windows color (decimal): -13601830 or 14316336. OLE color: 14316336.

HSL color Cylindrical-coordinate representation of color #3073DA: hue angle of 216.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3073DA is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 115 218 -
CMYK 0.78 0.47 0 0.15
HSL 216.35º 0.7% 0.52% -
HSV(B) 216.35º 0.78% 0.85% -
XYZ 20 17.95 68.74 -
YUV 106.71 190.8 86.12 -
System Red Green Blue C M Y K H S L
Decimal 48 115 218 0.78 0.47 0 0.15 216.35 0.7 0.52
Hex 30 73 DA 4E 2F 0 F D8 46 34
Octal 60 163 332 116 57 0 17 330 106 64
Binary 110000 1110011 11011010 1001110 101111 0 1111 11011000 1000110 110100

Color Harmonies of #3073DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073DA

Black with #3073DA

Text Example


Text Example

White with #3073DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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