Html Css Color HEX #2772EA Royal Blue

📋 copy color: '#2772EA'

red 39 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #2772EA

Tints of Royal Blue #2772EA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 10.08%
G = 29.46%
B = 60.47%

CMYK

 C value IS 0.83

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2772EA (or 0x2772EA) is known color: Royal Blue. HEX triplet: 27, 72 and EA. RGB value is (39,114,234). Sum of RGB (Red+Green+Blue) = 39+114+234=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #2772EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2772EA is #D88D15. Grayscale: #686868. Windows color (decimal): -14191894 or 15364647. OLE color: 15364647.

HSL color Cylindrical-coordinate representation of color #2772EA: hue angle of 216.92º 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 #2772EA is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 114 234 -
CMYK 0.83 0.51 0 0.08
HSL 216.92º 0.82% 0.54% -
HSV(B) 216.92º 0.83% 0.92% -
XYZ 21.71 18.41 80.25 -
YUV 105.26 200.65 80.74 -
System Red Green Blue C M Y K H S L
Decimal 39 114 234 0.83 0.51 0 0.08 216.92 0.82 0.54
Hex 27 72 EA 53 33 0 8 D9 52 36
Octal 47 162 352 123 63 0 10 331 122 66
Binary 100111 1110010 11101010 1010011 110011 0 1000 11011001 1010010 110110

Color Harmonies of #2772EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2772EA

Black with #2772EA

Text Example


Text Example

White with #2772EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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