Html Css Color HEX #2C72DC Royal Blue

📋 copy color: '#2C72DC'

red 44 ◦ green 114 ◦ blue 220

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

Shades of Royal Blue #2C72DC

Tints of Royal Blue #2C72DC

RGB

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

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

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

R = 11.64%
G = 30.16%
B = 58.2%

CMYK

 C value IS 0.8

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C72DC (or 0x2C72DC) is known color: Royal Blue. HEX triplet: 2C, 72 and DC. RGB value is (44,114,220). Sum of RGB (Red+Green+Blue) = 44+114+220=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C72DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C72DC is #D38D23. Grayscale: #686868. Windows color (decimal): -13864228 or 14447148. OLE color: 14447148.

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

Color convert

RGB 44 114 220 -
CMYK 0.8 0.48 0 0.14
HSL 216.14º 0.72% 0.52% -
HSV(B) 216.14º 0.8% 0.86% -
XYZ 19.97 17.74 70.08 -
YUV 105.15 192.81 84.38 -
System Red Green Blue C M Y K H S L
Decimal 44 114 220 0.8 0.48 0 0.14 216.14 0.72 0.52
Hex 2C 72 DC 50 30 0 E D8 48 34
Octal 54 162 334 120 60 0 16 330 110 64
Binary 101100 1110010 11011100 1010000 110000 0 1110 11011000 1001000 110100

Color Harmonies of #2C72DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C72DC

Black with #2C72DC

Text Example


Text Example

White with #2C72DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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