Html Css Color HEX #2C56DE Royal Blue

📋 copy color: '#2C56DE'

red 44 ◦ green 86 ◦ blue 222

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

Shades of Royal Blue #2C56DE

Tints of Royal Blue #2C56DE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 222 (87.11% from 255) = 63.07%

R = 12.5%
G = 24.43%
B = 63.07%

CMYK

 C value IS 0.80

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2C56DE (or 0x2C56DE) is known color: Royal Blue. HEX triplet: 2C, 56 and DE. RGB value is (44,86,222). Sum of RGB (Red+Green+Blue) = 44+86+222=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 222 (87.11% from 255 or 63.07% from 352); Max value from RGB is 222 - color contains mainly: blue. Hex color #2C56DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C56DE is #D3A921. Grayscale: #585858. Windows color (decimal): -13871394 or 14571052. OLE color: 14571052.

HSL color Cylindrical-coordinate representation of color #2C56DE: hue angle of 225.84º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C56DE is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 86 222 -
CMYK 0.80 0.61 0 0.13
HSL 225.84º 0.73% 0.52% -
HSV(B) 225.84º 0.8% 0.87% -
XYZ 17.55 12.46 70.59 -
YUV 88.95 203.09 95.94 -
System Red Green Blue C M Y K H S L
Decimal 44 86 222 0.80 0.61 0 0.13 225.84 0.73 0.52
Hex 2C 56 DE 50 3D 0 D E2 49 34
Octal 54 126 336 120 75 0 15 342 111 64
Binary 101100 1010110 11011110 1010000 111101 0 1101 11100010 1001001 110100

Color Harmonies of #2C56DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C56DE

Black with #2C56DE

Text Example


Text Example

White with #2C56DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,86,222); }

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

background-color css

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

 a { background-color: rgb(44,86,222); }

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

border-color css

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

 span { border-color: rgb(44,86,222); }

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