Html Css Color HEX #3079DC Royal Blue

📋 copy color: '#3079DC'

red 48 ◦ green 121 ◦ blue 220

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

Shades of Royal Blue #3079DC

Tints of Royal Blue #3079DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 12.34%
G = 31.11%
B = 56.56%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3079DC (or 0x3079DC) is known color: Royal Blue. HEX triplet: 30, 79 and DC. RGB value is (48,121,220). Sum of RGB (Red+Green+Blue) = 48+121+220=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #3079DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079DC is #CF8623. Grayscale: #6D6D6D. Windows color (decimal): -13600292 or 14448944. OLE color: 14448944.

HSL color Cylindrical-coordinate representation of color #3079DC: hue angle of 214.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3079DC is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 121 220 -
CMYK 0.78 0.45 0 0.14
HSL 214.53º 0.71% 0.53% -
HSV(B) 214.53º 0.78% 0.86% -
XYZ 20.97 19.47 70.36 -
YUV 110.46 189.82 83.45 -
System Red Green Blue C M Y K H S L
Decimal 48 121 220 0.78 0.45 0 0.14 214.53 0.71 0.53
Hex 30 79 DC 4E 2D 0 E D7 47 35
Octal 60 171 334 116 55 0 16 327 107 65
Binary 110000 1111001 11011100 1001110 101101 0 1110 11010111 1000111 110101

Color Harmonies of #3079DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079DC

Black with #3079DC

Text Example


Text Example

White with #3079DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3079DC; }

 p { color: rgb(48,121,220); }

 H1.HeaderClassName
 {
   color: #3079DC;
 }
 .AnyTagClassName
 {
   color: #3079DC;
 }
</style>

background-color css

<style>
 a { background-color: #3079DC; }

 a { background-color: rgb(48,121,220); }

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

border-color css

<style>
 span { border-color: #3079DC; }

 span { border-color: rgb(48,121,220); }

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