Html Css Color HEX #2777DD Royal Blue

📋 copy color: '#2777DD'

red 39 ◦ green 119 ◦ blue 221

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

Shades of Royal Blue #2777DD

Tints of Royal Blue #2777DD

RGB

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

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

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

R = 10.29%
G = 31.4%
B = 58.31%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2777DD (or 0x2777DD) is known color: Royal Blue. HEX triplet: 27, 77 and DD. RGB value is (39,119,221). Sum of RGB (Red+Green+Blue) = 39+119+221=379 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.29% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #2777DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2777DD is #D88822. Grayscale: #6A6A6A. Windows color (decimal): -14190627 or 14513959. OLE color: 14513959.

HSL color Cylindrical-coordinate representation of color #2777DD: hue angle of 213.63º 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 #2777DD is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 119 221 -
CMYK 0.82 0.46 0 0.13
HSL 213.63º 0.73% 0.51% -
HSV(B) 213.63º 0.82% 0.87% -
XYZ 20.48 18.85 70.96 -
YUV 106.71 192.5 79.71 -
System Red Green Blue C M Y K H S L
Decimal 39 119 221 0.82 0.46 0 0.13 213.63 0.73 0.51
Hex 27 77 DD 52 2E 0 D D6 49 33
Octal 47 167 335 122 56 0 15 326 111 63
Binary 100111 1110111 11011101 1010010 101110 0 1101 11010110 1001001 110011

Color Harmonies of #2777DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2777DD

Black with #2777DD

Text Example


Text Example

White with #2777DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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