Html Css Color HEX #2773DB Royal Blue

📋 copy color: '#2773DB'

red 39 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #2773DB

Tints of Royal Blue #2773DB

RGB

 RED value IS 39 (15.63% from 255) = 10.46%

 GREEN value IS 115 (45.31% from 255) = 30.83%

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

R = 10.46%
G = 30.83%
B = 58.71%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2773DB (or 0x2773DB) is known color: Royal Blue. HEX triplet: 27, 73 and DB. RGB value is (39,115,219). Sum of RGB (Red+Green+Blue) = 39+115+219=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #2773DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2773DB is #D88C24. Grayscale: #676767. Windows color (decimal): -14191653 or 14381863. OLE color: 14381863.

HSL color Cylindrical-coordinate representation of color #2773DB: hue angle of 214.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2773DB is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 115 219 -
CMYK 0.82 0.47 0 0.14
HSL 214.67º 0.71% 0.51% -
HSV(B) 214.67º 0.82% 0.86% -
XYZ 19.75 17.81 69.41 -
YUV 104.13 192.82 81.54 -
System Red Green Blue C M Y K H S L
Decimal 39 115 219 0.82 0.47 0 0.14 214.67 0.71 0.51
Hex 27 73 DB 52 2F 0 E D7 47 33
Octal 47 163 333 122 57 0 16 327 107 63
Binary 100111 1110011 11011011 1010010 101111 0 1110 11010111 1000111 110011

Color Harmonies of #2773DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2773DB

Black with #2773DB

Text Example


Text Example

White with #2773DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,115,219); }

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

background-color css

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

 a { background-color: rgb(39,115,219); }

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

border-color css

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

 span { border-color: rgb(39,115,219); }

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