Html Css Color HEX #2673DB Royal Blue

📋 copy color: '#2673DB'

red 38 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #2673DB

Tints of Royal Blue #2673DB

RGB

 RED value IS 38 (15.23% from 255) = 10.22%

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

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

R = 10.22%
G = 30.91%
B = 58.87%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2673DB (or 0x2673DB) is known color: Royal Blue. HEX triplet: 26, 73 and DB. RGB value is (38,115,219). Sum of RGB (Red+Green+Blue) = 38+115+219=372 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.22% from 372); Green value is 115 (45.31% from 255 or 30.91% 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 #2673DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2673DB is #D98C24. Grayscale: #676767. Windows color (decimal): -14257189 or 14381862. OLE color: 14381862.

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

Color convert

RGB 38 115 219 -
CMYK 0.83 0.47 0 0.14
HSL 214.48º 0.72% 0.5% -
HSV(B) 214.48º 0.83% 0.86% -
XYZ 19.72 17.79 69.41 -
YUV 103.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 38 115 219 0.83 0.47 0 0.14 214.48 0.72 0.5
Hex 26 73 DB 53 2F 0 E D6 48 32
Octal 46 163 333 123 57 0 16 326 110 62
Binary 100110 1110011 11011011 1010011 101111 0 1110 11010110 1001000 110010

Color Harmonies of #2673DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2673DB

Black with #2673DB

Text Example


Text Example

White with #2673DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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