Html Css Color HEX #2771ED Royal Blue

📋 copy color: '#2771ED'

red 39 ◦ green 113 ◦ blue 237

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

Shades of Royal Blue #2771ED

Tints of Royal Blue #2771ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.93%

R = 10.03%
G = 29.05%
B = 60.93%

CMYK

 C value IS 0.84

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2771ED (or 0x2771ED) is known color: Royal Blue. HEX triplet: 27, 71 and ED. RGB value is (39,113,237). Sum of RGB (Red+Green+Blue) = 39+113+237=389 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.03% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #2771ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2771ED is #D88E12. Grayscale: #686868. Windows color (decimal): -14192147 or 15560999. OLE color: 15560999.

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

Color convert

RGB 39 113 237 -
CMYK 0.84 0.52 0 0.07
HSL 217.58º 0.85% 0.54% -
HSV(B) 217.58º 0.84% 0.93% -
XYZ 22.03 18.36 82.5 -
YUV 105.01 202.48 80.92 -
System Red Green Blue C M Y K H S L
Decimal 39 113 237 0.84 0.52 0 0.07 217.58 0.85 0.54
Hex 27 71 ED 54 34 0 7 DA 55 36
Octal 47 161 355 124 64 0 7 332 125 66
Binary 100111 1110001 11101101 1010100 110100 0 111 11011010 1010101 110110

Color Harmonies of #2771ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2771ED

Black with #2771ED

Text Example


Text Example

White with #2771ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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