Html Css Color HEX #2C69DC Royal Blue

📋 copy color: '#2C69DC'

red 44 ◦ green 105 ◦ blue 220

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

Shades of Royal Blue #2C69DC

Tints of Royal Blue #2C69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.46%

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

R = 11.92%
G = 28.46%
B = 59.62%

CMYK

 C value IS 0.8

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2C69DC (or 0x2C69DC) is known color: Royal Blue. HEX triplet: 2C, 69 and DC. RGB value is (44,105,220). Sum of RGB (Red+Green+Blue) = 44+105+220=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 220 (86.33% from 255 or 59.62% from 369); Max value from RGB is 220 - color contains mainly: blue. Hex color #2C69DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C69DC is #D39623. Grayscale: #636363. Windows color (decimal): -13866532 or 14444844. OLE color: 14444844.

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

Color convert

RGB 44 105 220 -
CMYK 0.8 0.52 0 0.14
HSL 219.2º 0.72% 0.52% -
HSV(B) 219.2º 0.8% 0.86% -
XYZ 19.01 15.81 69.76 -
YUV 99.87 195.79 88.15 -
System Red Green Blue C M Y K H S L
Decimal 44 105 220 0.8 0.52 0 0.14 219.2 0.72 0.52
Hex 2C 69 DC 50 34 0 E DB 48 34
Octal 54 151 334 120 64 0 16 333 110 64
Binary 101100 1101001 11011100 1010000 110100 0 1110 11011011 1001000 110100

Color Harmonies of #2C69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C69DC

Black with #2C69DC

Text Example


Text Example

White with #2C69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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