Html Css Color HEX #2C68DC Royal Blue

📋 copy color: '#2C68DC'

red 44 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #2C68DC

Tints of Royal Blue #2C68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 11.96%
G = 28.26%
B = 59.78%

CMYK

 C value IS 0.8

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C68DC (or 0x2C68DC) is known color: Royal Blue. HEX triplet: 2C, 68 and DC. RGB value is (44,104,220). Sum of RGB (Red+Green+Blue) = 44+104+220=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C68DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C68DC is #D39723. Grayscale: #626262. Windows color (decimal): -13866788 or 14444588. OLE color: 14444588.

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

Color convert

RGB 44 104 220 -
CMYK 0.8 0.53 0 0.14
HSL 219.55º 0.72% 0.52% -
HSV(B) 219.55º 0.8% 0.86% -
XYZ 18.91 15.6 69.73 -
YUV 99.28 196.12 88.57 -
System Red Green Blue C M Y K H S L
Decimal 44 104 220 0.8 0.53 0 0.14 219.55 0.72 0.52
Hex 2C 68 DC 50 35 0 E DC 48 34
Octal 54 150 334 120 65 0 16 334 110 64
Binary 101100 1101000 11011100 1010000 110101 0 1110 11011100 1001000 110100

Color Harmonies of #2C68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C68DC

Black with #2C68DC

Text Example


Text Example

White with #2C68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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