Html Css Color HEX #3077F1 Royal Blue

📋 copy color: '#3077F1'

red 48 ◦ green 119 ◦ blue 241

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

Shades of Royal Blue #3077F1

Tints of Royal Blue #3077F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 11.76%
G = 29.17%
B = 59.07%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3077F1 (or 0x3077F1) is known color: Royal Blue. HEX triplet: 30, 77 and F1. RGB value is (48,119,241). Sum of RGB (Red+Green+Blue) = 48+119+241=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #3077F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3077F1 is #CF880E. Grayscale: #6F6F6F. Windows color (decimal): -13600783 or 15824688. OLE color: 15824688.

HSL color Cylindrical-coordinate representation of color #3077F1: hue angle of 217.93º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3077F1 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 119 241 -
CMYK 0.80 0.51 0 0.05
HSL 217.93º 0.87% 0.57% -
HSV(B) 217.93º 0.8% 0.95% -
XYZ 23.69 20.17 85.86 -
YUV 111.68 200.98 82.58 -
System Red Green Blue C M Y K H S L
Decimal 48 119 241 0.80 0.51 0 0.05 217.93 0.87 0.57
Hex 30 77 F1 50 33 0 5 DA 57 39
Octal 60 167 361 120 63 0 5 332 127 71
Binary 110000 1110111 11110001 1010000 110011 0 101 11011010 1010111 111001

Color Harmonies of #3077F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077F1

Black with #3077F1

Text Example


Text Example

White with #3077F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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