Html Css Color HEX #3077DB Royal Blue

📋 copy color: '#3077DB'

red 48 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #3077DB

Tints of Royal Blue #3077DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.74%

R = 12.44%
G = 30.83%
B = 56.74%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3077DB (or 0x3077DB) is known color: Royal Blue. HEX triplet: 30, 77 and DB. RGB value is (48,119,219). Sum of RGB (Red+Green+Blue) = 48+119+219=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3077DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077DB is #CF8824. Grayscale: #6C6C6C. Windows color (decimal): -13600805 or 14382896. OLE color: 14382896.

HSL color Cylindrical-coordinate representation of color #3077DB: hue angle of 215.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3077DB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 119 219 -
CMYK 0.78 0.46 0 0.14
HSL 215.09º 0.7% 0.52% -
HSV(B) 215.09º 0.78% 0.86% -
XYZ 20.6 18.94 69.59 -
YUV 109.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 48 119 219 0.78 0.46 0 0.14 215.09 0.7 0.52
Hex 30 77 DB 4E 2E 0 E D7 46 34
Octal 60 167 333 116 56 0 16 327 106 64
Binary 110000 1110111 11011011 1001110 101110 0 1110 11010111 1000110 110100

Color Harmonies of #3077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077DB

Black with #3077DB

Text Example


Text Example

White with #3077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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