Html Css Color HEX #2771EC Royal Blue

📋 copy color: '#2771EC'

red 39 ◦ green 113 ◦ blue 236

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

Shades of Royal Blue #2771EC

Tints of Royal Blue #2771EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 236 (92.58% from 255) = 60.82%

R = 10.05%
G = 29.12%
B = 60.82%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2771EC (or 0x2771EC) is known color: Royal Blue. HEX triplet: 27, 71 and EC. RGB value is (39,113,236). Sum of RGB (Red+Green+Blue) = 39+113+236=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #2771EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2771EC is #D88E13. Grayscale: #686868. Windows color (decimal): -14192148 or 15495463. OLE color: 15495463.

HSL color Cylindrical-coordinate representation of color #2771EC: hue angle of 217.46º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2771EC is Cyan = 0.83, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 113 236 -
CMYK 0.83 0.52 0 0.07
HSL 217.46º 0.84% 0.54% -
HSV(B) 217.46º 0.83% 0.93% -
XYZ 21.88 18.3 81.74 -
YUV 104.9 201.98 81 -
System Red Green Blue C M Y K H S L
Decimal 39 113 236 0.83 0.52 0 0.07 217.46 0.84 0.54
Hex 27 71 EC 53 34 0 7 D9 54 36
Octal 47 161 354 123 64 0 7 331 124 66
Binary 100111 1110001 11101100 1010011 110100 0 111 11011001 1010100 110110

Color Harmonies of #2771EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2771EC

Black with #2771EC

Text Example


Text Example

White with #2771EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2771EC; }

 p { color: rgb(39,113,236); }

 H1.HeaderClassName
 {
   color: #2771EC;
 }
 .AnyTagClassName
 {
   color: #2771EC;
 }
</style>

background-color css

<style>
 a { background-color: #2771EC; }

 a { background-color: rgb(39,113,236); }

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

border-color css

<style>
 span { border-color: #2771EC; }

 span { border-color: rgb(39,113,236); }

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