Html Css Color HEX #2C7FDB Royal Blue

📋 copy color: '#2C7FDB'

red 44 ◦ green 127 ◦ blue 219

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

Shades of Royal Blue #2C7FDB

Tints of Royal Blue #2C7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.56%

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

R = 11.28%
G = 32.56%
B = 56.15%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C7FDB (or 0x2C7FDB) is known color: Royal Blue. HEX triplet: 2C, 7F and DB. RGB value is (44,127,219). Sum of RGB (Red+Green+Blue) = 44+127+219=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C7FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C7FDB is #D38024. Grayscale: #707070. Windows color (decimal): -13860901 or 14384940. OLE color: 14384940.

HSL color Cylindrical-coordinate representation of color #2C7FDB: hue angle of 211.54º 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 #2C7FDB is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 127 219 -
CMYK 0.80 0.42 0 0.14
HSL 211.54º 0.71% 0.52% -
HSV(B) 211.54º 0.8% 0.86% -
XYZ 21.41 20.83 69.91 -
YUV 112.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 44 127 219 0.80 0.42 0 0.14 211.54 0.71 0.52
Hex 2C 7F DB 50 2A 0 E D4 47 34
Octal 54 177 333 120 52 0 16 324 107 64
Binary 101100 1111111 11011011 1010000 101010 0 1110 11010100 1000111 110100

Color Harmonies of #2C7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7FDB

Black with #2C7FDB

Text Example


Text Example

White with #2C7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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