Html Css Color HEX #2C71DB Royal Blue

📋 copy color: '#2C71DB'

red 44 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #2C71DB

Tints of Royal Blue #2C71DB

RGB

 RED value IS 44 (17.58% from 255) = 11.7%

 GREEN value IS 113 (44.53% from 255) = 30.05%

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

R = 11.7%
G = 30.05%
B = 58.24%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C71DB (or 0x2C71DB) is known color: Royal Blue. HEX triplet: 2C, 71 and DB. RGB value is (44,113,219). Sum of RGB (Red+Green+Blue) = 44+113+219=376 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.70% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C71DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C71DB is #D38E24. Grayscale: #676767. Windows color (decimal): -13864485 or 14381356. OLE color: 14381356.

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

Color convert

RGB 44 113 219 -
CMYK 0.80 0.48 0 0.14
HSL 216.34º 0.71% 0.52% -
HSV(B) 216.34º 0.8% 0.86% -
XYZ 19.73 17.46 69.35 -
YUV 104.45 192.64 84.88 -
System Red Green Blue C M Y K H S L
Decimal 44 113 219 0.80 0.48 0 0.14 216.34 0.71 0.52
Hex 2C 71 DB 50 30 0 E D8 47 34
Octal 54 161 333 120 60 0 16 330 107 64
Binary 101100 1110001 11011011 1010000 110000 0 1110 11011000 1000111 110100

Color Harmonies of #2C71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C71DB

Black with #2C71DB

Text Example


Text Example

White with #2C71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,113,219); }

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

background-color css

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

 a { background-color: rgb(44,113,219); }

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

border-color css

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

 span { border-color: rgb(44,113,219); }

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