Html Css Color HEX #2C51EC Royal Blue

📋 copy color: '#2C51EC'

red 44 ◦ green 81 ◦ blue 236

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

Shades of Royal Blue #2C51EC

Tints of Royal Blue #2C51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.44%

 BLUE value IS 236 (92.58% from 255) = 65.37%

R = 12.19%
G = 22.44%
B = 65.37%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C51EC (or 0x2C51EC) is known color: Royal Blue. HEX triplet: 2C, 51 and EC. RGB value is (44,81,236). Sum of RGB (Red+Green+Blue) = 44+81+236=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C51EC is #D3AE13. Grayscale: #565656. Windows color (decimal): -13872660 or 15487276. OLE color: 15487276.

HSL color Cylindrical-coordinate representation of color #2C51EC: hue angle of 228.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C51EC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 81 236 -
CMYK 0.81 0.66 0 0.07
HSL 228.44º 0.83% 0.55% -
HSV(B) 228.44º 0.81% 0.93% -
XYZ 19.12 12.48 80.76 -
YUV 87.61 211.74 96.9 -
System Red Green Blue C M Y K H S L
Decimal 44 81 236 0.81 0.66 0 0.07 228.44 0.83 0.55
Hex 2C 51 EC 51 42 0 7 E4 53 37
Octal 54 121 354 121 102 0 7 344 123 67
Binary 101100 1010001 11101100 1010001 1000010 0 111 11100100 1010011 110111

Color Harmonies of #2C51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C51EC

Black with #2C51EC

Text Example


Text Example

White with #2C51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,81,236); }

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

background-color css

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

 a { background-color: rgb(44,81,236); }

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

border-color css

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

 span { border-color: rgb(44,81,236); }

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