Html Css Color HEX #2B77DB Royal Blue

📋 copy color: '#2B77DB'

red 43 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #2B77DB

Tints of Royal Blue #2B77DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 11.29%
G = 31.23%
B = 57.48%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B77DB (or 0x2B77DB) is known color: Royal Blue. HEX triplet: 2B, 77 and DB. RGB value is (43,119,219). Sum of RGB (Red+Green+Blue) = 43+119+219=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B77DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77DB is #D48824. Grayscale: #6B6B6B. Windows color (decimal): -13928485 or 14382891. OLE color: 14382891.

HSL color Cylindrical-coordinate representation of color #2B77DB: hue angle of 214.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B77DB is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 119 219 -
CMYK 0.80 0.46 0 0.14
HSL 214.09º 0.71% 0.51% -
HSV(B) 214.09º 0.8% 0.86% -
XYZ 20.38 18.82 69.58 -
YUV 107.68 190.82 81.87 -
System Red Green Blue C M Y K H S L
Decimal 43 119 219 0.80 0.46 0 0.14 214.09 0.71 0.51
Hex 2B 77 DB 50 2E 0 E D6 47 33
Octal 53 167 333 120 56 0 16 326 107 63
Binary 101011 1110111 11011011 1010000 101110 0 1110 11010110 1000111 110011

Color Harmonies of #2B77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77DB

Black with #2B77DB

Text Example


Text Example

White with #2B77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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