Html Css Color HEX #2777DA Royal Blue

📋 copy color: '#2777DA'

red 39 ◦ green 119 ◦ blue 218

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

Shades of Royal Blue #2777DA

Tints of Royal Blue #2777DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.98%

R = 10.37%
G = 31.65%
B = 57.98%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2777DA (or 0x2777DA) is known color: Royal Blue. HEX triplet: 27, 77 and DA. RGB value is (39,119,218). Sum of RGB (Red+Green+Blue) = 39+119+218=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #2777DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777DA is #D88825. Grayscale: #696969. Windows color (decimal): -14190630 or 14317351. OLE color: 14317351.

HSL color Cylindrical-coordinate representation of color #2777DA: hue angle of 213.18º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2777DA is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 119 218 -
CMYK 0.82 0.45 0 0.15
HSL 213.18º 0.71% 0.5% -
HSV(B) 213.18º 0.82% 0.85% -
XYZ 20.09 18.69 68.88 -
YUV 106.37 191 79.95 -
System Red Green Blue C M Y K H S L
Decimal 39 119 218 0.82 0.45 0 0.15 213.18 0.71 0.5
Hex 27 77 DA 52 2D 0 F D5 47 32
Octal 47 167 332 122 55 0 17 325 107 62
Binary 100111 1110111 11011010 1010010 101101 0 1111 11010101 1000111 110010

Color Harmonies of #2777DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2777DA

Black with #2777DA

Text Example


Text Example

White with #2777DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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