Html Css Color HEX #2C57DB Royal Blue

📋 copy color: '#2C57DB'

red 44 ◦ green 87 ◦ blue 219

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

Shades of Royal Blue #2C57DB

Tints of Royal Blue #2C57DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

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

R = 12.57%
G = 24.86%
B = 62.57%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C57DB (or 0x2C57DB) is known color: Royal Blue. HEX triplet: 2C, 57 and DB. RGB value is (44,87,219). Sum of RGB (Red+Green+Blue) = 44+87+219=350 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.57% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #2C57DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C57DB is #D3A824. Grayscale: #585858. Windows color (decimal): -13871141 or 14374700. OLE color: 14374700.

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

Color convert

RGB 44 87 219 -
CMYK 0.80 0.60 0 0.14
HSL 225.26º 0.71% 0.52% -
HSV(B) 225.26º 0.8% 0.86% -
XYZ 17.23 12.47 68.52 -
YUV 89.19 201.25 95.77 -
System Red Green Blue C M Y K H S L
Decimal 44 87 219 0.80 0.60 0 0.14 225.26 0.71 0.52
Hex 2C 57 DB 50 3C 0 E E1 47 34
Octal 54 127 333 120 74 0 16 341 107 64
Binary 101100 1010111 11011011 1010000 111100 0 1110 11100001 1000111 110100

Color Harmonies of #2C57DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C57DB

Black with #2C57DB

Text Example


Text Example

White with #2C57DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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