Html Css Color HEX #2B77E5 Royal Blue

📋 copy color: '#2B77E5'

red 43 ◦ green 119 ◦ blue 229

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

Shades of Royal Blue #2B77E5

Tints of Royal Blue #2B77E5

RGB

 RED value IS 43 (17.19% from 255) = 11%

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

 BLUE value IS 229 (89.84% from 255) = 58.57%

R = 11%
G = 30.43%
B = 58.57%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#2B77E5 (or 0x2B77E5) is known color: Royal Blue. HEX triplet: 2B, 77 and E5. RGB value is (43,119,229). Sum of RGB (Red+Green+Blue) = 43+119+229=391 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.00% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #2B77E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77E5 is #D4881A. Grayscale: #6C6C6C. Windows color (decimal): -13928475 or 15038251. OLE color: 15038251.

HSL color Cylindrical-coordinate representation of color #2B77E5: hue angle of 215.48º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B77E5 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 43 119 229 -
CMYK 0.81 0.48 0 0.10
HSL 215.48º 0.78% 0.53% -
HSV(B) 215.48º 0.81% 0.9% -
XYZ 21.74 19.36 76.72 -
YUV 108.82 195.82 81.06 -
System Red Green Blue C M Y K H S L
Decimal 43 119 229 0.81 0.48 0 0.10 215.48 0.78 0.53
Hex 2B 77 E5 51 30 0 A D7 4E 35
Octal 53 167 345 121 60 0 12 327 116 65
Binary 101011 1110111 11100101 1010001 110000 0 1010 11010111 1001110 110101

Color Harmonies of #2B77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77E5

Black with #2B77E5

Text Example


Text Example

White with #2B77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B77E5; }

 p { color: rgb(43,119,229); }

 H1.HeaderClassName
 {
   color: #2B77E5;
 }
 .AnyTagClassName
 {
   color: #2B77E5;
 }
</style>

background-color css

<style>
 a { background-color: #2B77E5; }

 a { background-color: rgb(43,119,229); }

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

border-color css

<style>
 span { border-color: #2B77E5; }

 span { border-color: rgb(43,119,229); }

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