Html Css Color HEX #3077DE Royal Blue

📋 copy color: '#3077DE'

red 48 ◦ green 119 ◦ blue 222

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

Shades of Royal Blue #3077DE

Tints of Royal Blue #3077DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.07%

R = 12.34%
G = 30.59%
B = 57.07%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3077DE (or 0x3077DE) is known color: Royal Blue. HEX triplet: 30, 77 and DE. RGB value is (48,119,222). Sum of RGB (Red+Green+Blue) = 48+119+222=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #3077DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3077DE is #CF8821. Grayscale: #6D6D6D. Windows color (decimal): -13600802 or 14579504. OLE color: 14579504.

HSL color Cylindrical-coordinate representation of color #3077DE: hue angle of 215.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3077DE is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 119 222 -
CMYK 0.78 0.46 0 0.13
HSL 215.52º 0.73% 0.53% -
HSV(B) 215.52º 0.78% 0.87% -
XYZ 21 19.1 71.69 -
YUV 109.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 48 119 222 0.78 0.46 0 0.13 215.52 0.73 0.53
Hex 30 77 DE 4E 2E 0 D D8 48 35
Octal 60 167 336 116 56 0 15 330 110 65
Binary 110000 1110111 11011110 1001110 101110 0 1101 11011000 1001000 110101

Color Harmonies of #3077DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3077DE

Black with #3077DE

Text Example


Text Example

White with #3077DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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