Html Css Color HEX #2C72EC Royal Blue

📋 copy color: '#2C72EC'

red 44 ◦ green 114 ◦ blue 236

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

Shades of Royal Blue #2C72EC

Tints of Royal Blue #2C72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.93%

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

R = 11.17%
G = 28.93%
B = 59.9%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2C72EC (or 0x2C72EC) is known color: Royal Blue. HEX triplet: 2C, 72 and EC. RGB value is (44,114,236). Sum of RGB (Red+Green+Blue) = 44+114+236=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C72EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C72EC is #D38D13. Grayscale: #6A6A6A. Windows color (decimal): -13864212 or 15495724. OLE color: 15495724.

HSL color Cylindrical-coordinate representation of color #2C72EC: hue angle of 218.12º 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 #2C72EC is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 44 114 236 -
CMYK 0.81 0.52 0 0.07
HSL 218.13º 0.83% 0.55% -
HSV(B) 218.13º 0.81% 0.93% -
XYZ 22.2 18.63 81.78 -
YUV 106.98 200.81 83.08 -
System Red Green Blue C M Y K H S L
Decimal 44 114 236 0.81 0.52 0 0.07 218.13 0.83 0.55
Hex 2C 72 EC 51 34 0 7 DA 53 37
Octal 54 162 354 121 64 0 7 332 123 67
Binary 101100 1110010 11101100 1010001 110100 0 111 11011010 1010011 110111

Color Harmonies of #2C72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C72EC

Black with #2C72EC

Text Example


Text Example

White with #2C72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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