Html Css Color HEX #2E66DC Royal Blue

📋 copy color: '#2E66DC'

red 46 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #2E66DC

Tints of Royal Blue #2E66DC

RGB

 RED value IS 46 (18.36% from 255) = 12.5%

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 12.5%
G = 27.72%
B = 59.78%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E66DC (or 0x2E66DC) is known color: Royal Blue. HEX triplet: 2E, 66 and DC. RGB value is (46,102,220). Sum of RGB (Red+Green+Blue) = 46+102+220=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 102 (40.23% from 255 or 27.72% 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 #2E66DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66DC is #D19923. Grayscale: #626262. Windows color (decimal): -13736228 or 14444078. OLE color: 14444078.

HSL color Cylindrical-coordinate representation of color #2E66DC: hue angle of 220.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E66DC is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 102 220 -
CMYK 0.79 0.54 0 0.14
HSL 220.69º 0.71% 0.52% -
HSV(B) 220.69º 0.79% 0.86% -
XYZ 18.8 15.25 69.66 -
YUV 98.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 46 102 220 0.79 0.54 0 0.14 220.69 0.71 0.52
Hex 2E 66 DC 4F 36 0 E DD 47 34
Octal 56 146 334 117 66 0 16 335 107 64
Binary 101110 1100110 11011100 1001111 110110 0 1110 11011101 1000111 110100

Color Harmonies of #2E66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E66DC

Black with #2E66DC

Text Example


Text Example

White with #2E66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,220); }

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

background-color css

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

 a { background-color: rgb(46,102,220); }

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

border-color css

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

 span { border-color: rgb(46,102,220); }

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