Html Css Color HEX #2277DB Royal Blue

📋 copy color: '#2277DB'

red 34 ◦ green 119 ◦ blue 219

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

Shades of Royal Blue #2277DB

Tints of Royal Blue #2277DB

RGB

 RED value IS 34 (13.67% from 255) = 9.14%

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

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

R = 9.14%
G = 31.99%
B = 58.87%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2277DB (or 0x2277DB) is known color: Royal Blue. HEX triplet: 22, 77 and DB. RGB value is (34,119,219). Sum of RGB (Red+Green+Blue) = 34+119+219=372 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.14% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #2277DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2277DB is #DD8824. Grayscale: #686868. Windows color (decimal): -14518309 or 14382882. OLE color: 14382882.

HSL color Cylindrical-coordinate representation of color #2277DB: hue angle of 212.43º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2277DB is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 119 219 -
CMYK 0.84 0.46 0 0.14
HSL 212.43º 0.73% 0.5% -
HSV(B) 212.43º 0.84% 0.86% -
XYZ 20.04 18.65 69.56 -
YUV 104.99 192.34 77.37 -
System Red Green Blue C M Y K H S L
Decimal 34 119 219 0.84 0.46 0 0.14 212.43 0.73 0.5
Hex 22 77 DB 54 2E 0 E D4 49 32
Octal 42 167 333 124 56 0 16 324 111 62
Binary 100010 1110111 11011011 1010100 101110 0 1110 11010100 1001001 110010

Color Harmonies of #2277DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2277DB

Black with #2277DB

Text Example


Text Example

White with #2277DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2277DB; }

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

 H1.HeaderClassName
 {
   color: #2277DB;
 }
 .AnyTagClassName
 {
   color: #2277DB;
 }
</style>

background-color css

<style>
 a { background-color: #2277DB; }

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

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

border-color css

<style>
 span { border-color: #2277DB; }

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

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