Html Css Color HEX #2776DD Royal Blue

📋 copy color: '#2776DD'

red 39 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #2776DD

Tints of Royal Blue #2776DD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.22%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 10.32%
G = 31.22%
B = 58.47%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2776DD (or 0x2776DD) is known color: Royal Blue. HEX triplet: 27, 76 and DD. RGB value is (39,118,221). Sum of RGB (Red+Green+Blue) = 39+118+221=378 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.32% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2776DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2776DD is #D88922. Grayscale: #696969. Windows color (decimal): -14190883 or 14513703. OLE color: 14513703.

HSL color Cylindrical-coordinate representation of color #2776DD: hue angle of 213.96º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2776DD is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 118 221 -
CMYK 0.82 0.47 0 0.13
HSL 213.96º 0.73% 0.51% -
HSV(B) 213.96º 0.82% 0.87% -
XYZ 20.37 18.61 70.93 -
YUV 106.12 192.83 80.12 -
System Red Green Blue C M Y K H S L
Decimal 39 118 221 0.82 0.47 0 0.13 213.96 0.73 0.51
Hex 27 76 DD 52 2F 0 D D6 49 33
Octal 47 166 335 122 57 0 15 326 111 63
Binary 100111 1110110 11011101 1010010 101111 0 1101 11010110 1001001 110011

Color Harmonies of #2776DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2776DD

Black with #2776DD

Text Example


Text Example

White with #2776DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2776DD; }

 p { color: rgb(39,118,221); }

 H1.HeaderClassName
 {
   color: #2776DD;
 }
 .AnyTagClassName
 {
   color: #2776DD;
 }
</style>

background-color css

<style>
 a { background-color: #2776DD; }

 a { background-color: rgb(39,118,221); }

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

border-color css

<style>
 span { border-color: #2776DD; }

 span { border-color: rgb(39,118,221); }

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