Html Css Color HEX #3077EC Royal Blue

📋 copy color: '#3077EC'

red 48 ◦ green 119 ◦ blue 236

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

Shades of Royal Blue #3077EC

Tints of Royal Blue #3077EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 11.91%
G = 29.53%
B = 58.56%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3077EC (or 0x3077EC) is known color: Royal Blue. HEX triplet: 30, 77 and EC. RGB value is (48,119,236). Sum of RGB (Red+Green+Blue) = 48+119+236=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #3077EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3077EC is #CF8813. Grayscale: #6E6E6E. Windows color (decimal): -13600788 or 15497008. OLE color: 15497008.

HSL color Cylindrical-coordinate representation of color #3077EC: hue angle of 217.34º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3077EC is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 119 236 -
CMYK 0.80 0.50 0 0.07
HSL 217.34º 0.83% 0.56% -
HSV(B) 217.34º 0.8% 0.93% -
XYZ 22.96 19.88 81.98 -
YUV 111.11 198.48 82.99 -
System Red Green Blue C M Y K H S L
Decimal 48 119 236 0.80 0.50 0 0.07 217.34 0.83 0.56
Hex 30 77 EC 50 32 0 7 D9 53 38
Octal 60 167 354 120 62 0 7 331 123 70
Binary 110000 1110111 11101100 1010000 110010 0 111 11011001 1010011 111000

Color Harmonies of #3077EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077EC

Black with #3077EC

Text Example


Text Example

White with #3077EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3077EC; }

 p { color: rgb(48,119,236); }

 H1.HeaderClassName
 {
   color: #3077EC;
 }
 .AnyTagClassName
 {
   color: #3077EC;
 }
</style>

background-color css

<style>
 a { background-color: #3077EC; }

 a { background-color: rgb(48,119,236); }

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

border-color css

<style>
 span { border-color: #3077EC; }

 span { border-color: rgb(48,119,236); }

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