Html Css Color HEX #2C5BDC Royal Blue

📋 copy color: '#2C5BDC'

red 44 ◦ green 91 ◦ blue 220

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

Shades of Royal Blue #2C5BDC

Tints of Royal Blue #2C5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

 BLUE value IS 220 (86.33% from 255) = 61.97%

R = 12.39%
G = 25.63%
B = 61.97%

CMYK

 C value IS 0.8

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C5BDC (or 0x2C5BDC) is known color: Royal Blue. HEX triplet: 2C, 5B and DC. RGB value is (44,91,220). Sum of RGB (Red+Green+Blue) = 44+91+220=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C5BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5BDC is #D3A423. Grayscale: #5B5B5B. Windows color (decimal): -13870116 or 14441260. OLE color: 14441260.

HSL color Cylindrical-coordinate representation of color #2C5BDC: hue angle of 223.98º degrees, saturation: 0.72, 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 #2C5BDC is Cyan = 0.8, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 91 220 -
CMYK 0.8 0.59 0 0.14
HSL 223.98º 0.72% 0.52% -
HSV(B) 223.98º 0.8% 0.86% -
XYZ 17.7 13.18 69.32 -
YUV 91.65 200.43 94.01 -
System Red Green Blue C M Y K H S L
Decimal 44 91 220 0.8 0.59 0 0.14 223.98 0.72 0.52
Hex 2C 5B DC 50 3B 0 E E0 48 34
Octal 54 133 334 120 73 0 16 340 110 64
Binary 101100 1011011 11011100 1010000 111011 0 1110 11100000 1001000 110100

Color Harmonies of #2C5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5BDC

Black with #2C5BDC

Text Example


Text Example

White with #2C5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,91,220); }

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

background-color css

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

 a { background-color: rgb(44,91,220); }

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

border-color css

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

 span { border-color: rgb(44,91,220); }

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