Html Css Color HEX #2771EA Royal Blue

📋 copy color: '#2771EA'

red 39 ◦ green 113 ◦ blue 234

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

Shades of Royal Blue #2771EA

Tints of Royal Blue #2771EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.62%

R = 10.1%
G = 29.27%
B = 60.62%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2771EA (or 0x2771EA) is known color: Royal Blue. HEX triplet: 27, 71 and EA. RGB value is (39,113,234). Sum of RGB (Red+Green+Blue) = 39+113+234=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #2771EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2771EA is #D88E15. Grayscale: #686868. Windows color (decimal): -14192150 or 15364391. OLE color: 15364391.

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

Color convert

RGB 39 113 234 -
CMYK 0.83 0.52 0 0.08
HSL 217.23º 0.82% 0.54% -
HSV(B) 217.23º 0.83% 0.92% -
XYZ 21.59 18.18 80.21 -
YUV 104.67 200.98 81.16 -
System Red Green Blue C M Y K H S L
Decimal 39 113 234 0.83 0.52 0 0.08 217.23 0.82 0.54
Hex 27 71 EA 53 34 0 8 D9 52 36
Octal 47 161 352 123 64 0 10 331 122 66
Binary 100111 1110001 11101010 1010011 110100 0 1000 11011001 1010010 110110

Color Harmonies of #2771EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2771EA

Black with #2771EA

Text Example


Text Example

White with #2771EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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