Html Css Color HEX #2B77DA Royal Blue

📋 copy color: '#2B77DA'

red 43 ◦ green 119 ◦ blue 218

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

Shades of Royal Blue #2B77DA

Tints of Royal Blue #2B77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 11.32%
G = 31.32%
B = 57.37%

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

#2B77DA (or 0x2B77DA) is known color: Royal Blue. HEX triplet: 2B, 77 and DA. RGB value is (43,119,218). Sum of RGB (Red+Green+Blue) = 43+119+218=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B77DA is #D48825. Grayscale: #6B6B6B. Windows color (decimal): -13928486 or 14317355. OLE color: 14317355.

HSL color Cylindrical-coordinate representation of color #2B77DA: hue angle of 213.94º degrees, saturation: 0.7, 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 #2B77DA is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 119 218 -
CMYK 0.80 0.45 0 0.15
HSL 213.94º 0.7% 0.51% -
HSV(B) 213.94º 0.8% 0.85% -
XYZ 20.25 18.77 68.89 -
YUV 107.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 43 119 218 0.80 0.45 0 0.15 213.94 0.7 0.51
Hex 2B 77 DA 50 2D 0 F D6 46 33
Octal 53 167 332 120 55 0 17 326 106 63
Binary 101011 1110111 11011010 1010000 101101 0 1111 11010110 1000110 110011

Color Harmonies of #2B77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B77DA

Black with #2B77DA

Text Example


Text Example

White with #2B77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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