Html Css Color HEX #2777DC Royal Blue

📋 copy color: '#2777DC'

red 39 ◦ green 119 ◦ blue 220

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

Shades of Royal Blue #2777DC

Tints of Royal Blue #2777DC

RGB

 RED value IS 39 (15.63% from 255) = 10.32%

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 10.32%
G = 31.48%
B = 58.2%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2777DC (or 0x2777DC) is known color: Royal Blue. HEX triplet: 27, 77 and DC. RGB value is (39,119,220). Sum of RGB (Red+Green+Blue) = 39+119+220=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #2777DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777DC is #D88823. Grayscale: #6A6A6A. Windows color (decimal): -14190628 or 14448423. OLE color: 14448423.

HSL color Cylindrical-coordinate representation of color #2777DC: hue angle of 213.48º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2777DC is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 119 220 -
CMYK 0.82 0.46 0 0.14
HSL 213.48º 0.72% 0.51% -
HSV(B) 213.48º 0.82% 0.86% -
XYZ 20.35 18.79 70.26 -
YUV 106.59 192 79.79 -
System Red Green Blue C M Y K H S L
Decimal 39 119 220 0.82 0.46 0 0.14 213.48 0.72 0.51
Hex 27 77 DC 52 2E 0 E D5 48 33
Octal 47 167 334 122 56 0 16 325 110 63
Binary 100111 1110111 11011100 1010010 101110 0 1110 11010101 1001000 110011

Color Harmonies of #2777DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2777DC

Black with #2777DC

Text Example


Text Example

White with #2777DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2777DC; }

 p { color: rgb(39,119,220); }

 H1.HeaderClassName
 {
   color: #2777DC;
 }
 .AnyTagClassName
 {
   color: #2777DC;
 }
</style>

background-color css

<style>
 a { background-color: #2777DC; }

 a { background-color: rgb(39,119,220); }

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

border-color css

<style>
 span { border-color: #2777DC; }

 span { border-color: rgb(39,119,220); }

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