Html Css Color HEX #3079DA Royal Blue

📋 copy color: '#3079DA'

red 48 ◦ green 121 ◦ blue 218

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

Shades of Royal Blue #3079DA

Tints of Royal Blue #3079DA

RGB

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

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

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

R = 12.4%
G = 31.27%
B = 56.33%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3079DA (or 0x3079DA) is known color: Royal Blue. HEX triplet: 30, 79 and DA. RGB value is (48,121,218). Sum of RGB (Red+Green+Blue) = 48+121+218=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #3079DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3079DA is #CF8625. Grayscale: #6D6D6D. Windows color (decimal): -13600294 or 14317872. OLE color: 14317872.

HSL color Cylindrical-coordinate representation of color #3079DA: hue angle of 214.24º 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 #3079DA is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 121 218 -
CMYK 0.78 0.44 0 0.15
HSL 214.24º 0.7% 0.52% -
HSV(B) 214.24º 0.78% 0.85% -
XYZ 20.71 19.37 68.98 -
YUV 110.23 188.82 83.61 -
System Red Green Blue C M Y K H S L
Decimal 48 121 218 0.78 0.44 0 0.15 214.24 0.7 0.52
Hex 30 79 DA 4E 2C 0 F D6 46 34
Octal 60 171 332 116 54 0 17 326 106 64
Binary 110000 1111001 11011010 1001110 101100 0 1111 11010110 1000110 110100

Color Harmonies of #3079DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3079DA

Black with #3079DA

Text Example


Text Example

White with #3079DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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