Html Css Color HEX #2E6CDF Royal Blue

📋 copy color: '#2E6CDF'

red 46 ◦ green 108 ◦ blue 223

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

Shades of Royal Blue #2E6CDF

Tints of Royal Blue #2E6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.65%

 BLUE value IS 223 (87.5% from 255) = 59.15%

R = 12.2%
G = 28.65%
B = 59.15%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E6CDF (or 0x2E6CDF) is known color: Royal Blue. HEX triplet: 2E, 6C and DF. RGB value is (46,108,223). Sum of RGB (Red+Green+Blue) = 46+108+223=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #2E6CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E6CDF is #D19320. Grayscale: #666666. Windows color (decimal): -13734689 or 14642222. OLE color: 14642222.

HSL color Cylindrical-coordinate representation of color #2E6CDF: hue angle of 218.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E6CDF is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 46 108 223 -
CMYK 0.79 0.52 0 0.13
HSL 218.98º 0.73% 0.53% -
HSV(B) 218.98º 0.79% 0.87% -
XYZ 19.81 16.63 71.98 -
YUV 102.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 46 108 223 0.79 0.52 0 0.13 218.98 0.73 0.53
Hex 2E 6C DF 4F 34 0 D DB 49 35
Octal 56 154 337 117 64 0 15 333 111 65
Binary 101110 1101100 11011111 1001111 110100 0 1101 11011011 1001001 110101

Color Harmonies of #2E6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6CDF

Black with #2E6CDF

Text Example


Text Example

White with #2E6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,108,223); }

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

background-color css

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

 a { background-color: rgb(46,108,223); }

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

border-color css

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

 span { border-color: rgb(46,108,223); }

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