Html Css Color HEX #2C5EDB Royal Blue

📋 copy color: '#2C5EDB'

red 44 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #2C5EDB

Tints of Royal Blue #2C5EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

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

R = 12.32%
G = 26.33%
B = 61.34%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C5EDB (or 0x2C5EDB) is known color: Royal Blue. HEX triplet: 2C, 5E and DB. RGB value is (44,94,219). Sum of RGB (Red+Green+Blue) = 44+94+219=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C5EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5EDB is #D3A124. Grayscale: #5C5C5C. Windows color (decimal): -13869349 or 14376492. OLE color: 14376492.

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

Color convert

RGB 44 94 219 -
CMYK 0.80 0.57 0 0.14
HSL 222.86º 0.71% 0.52% -
HSV(B) 222.86º 0.8% 0.86% -
XYZ 17.83 13.66 68.71 -
YUV 93.3 198.94 92.84 -
System Red Green Blue C M Y K H S L
Decimal 44 94 219 0.80 0.57 0 0.14 222.86 0.71 0.52
Hex 2C 5E DB 50 39 0 E DF 47 34
Octal 54 136 333 120 71 0 16 337 107 64
Binary 101100 1011110 11011011 1010000 111001 0 1110 11011111 1000111 110100

Color Harmonies of #2C5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5EDB

Black with #2C5EDB

Text Example


Text Example

White with #2C5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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