Html Css Color HEX #2B77D8 Royal Blue

📋 copy color: '#2B77D8'

red 43 ◦ green 119 ◦ blue 216

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

Shades of Royal Blue #2B77D8

Tints of Royal Blue #2B77D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 57.14%

R = 11.38%
G = 31.48%
B = 57.14%

CMYK

 C value IS 0.80

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B77D8 (or 0x2B77D8) is known color: Royal Blue. HEX triplet: 2B, 77 and D8. RGB value is (43,119,216). Sum of RGB (Red+Green+Blue) = 43+119+216=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #2B77D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77D8 is #D48827. Grayscale: #6A6A6A. Windows color (decimal): -13928488 or 14186283. OLE color: 14186283.

HSL color Cylindrical-coordinate representation of color #2B77D8: hue angle of 213.64º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B77D8 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 119 216 -
CMYK 0.80 0.45 0 0.15
HSL 213.64º 0.69% 0.51% -
HSV(B) 213.64º 0.8% 0.85% -
XYZ 19.99 18.67 67.52 -
YUV 107.33 189.32 82.11 -
System Red Green Blue C M Y K H S L
Decimal 43 119 216 0.80 0.45 0 0.15 213.64 0.69 0.51
Hex 2B 77 D8 50 2D 0 F D6 45 33
Octal 53 167 330 120 55 0 17 326 105 63
Binary 101011 1110111 11011000 1010000 101101 0 1111 11010110 1000101 110011

Color Harmonies of #2B77D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77D8

Black with #2B77D8

Text Example


Text Example

White with #2B77D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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