Html Css Color HEX #2E7CDD Royal Blue

📋 copy color: '#2E7CDD'

red 46 ◦ green 124 ◦ blue 221

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

Shades of Royal Blue #2E7CDD

Tints of Royal Blue #2E7CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

 BLUE value IS 221 (86.72% from 255) = 56.52%

R = 11.76%
G = 31.71%
B = 56.52%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E7CDD (or 0x2E7CDD) is known color: Royal Blue. HEX triplet: 2E, 7C and DD. RGB value is (46,124,221). Sum of RGB (Red+Green+Blue) = 46+124+221=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E7CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CDD is #D18322. Grayscale: #6F6F6F. Windows color (decimal): -13730595 or 14515246. OLE color: 14515246.

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

Color convert

RGB 46 124 221 -
CMYK 0.79 0.44 0 0.13
HSL 213.26º 0.72% 0.52% -
HSV(B) 213.26º 0.79% 0.87% -
XYZ 21.39 20.22 71.18 -
YUV 111.74 189.66 81.11 -
System Red Green Blue C M Y K H S L
Decimal 46 124 221 0.79 0.44 0 0.13 213.26 0.72 0.52
Hex 2E 7C DD 4F 2C 0 D D5 48 34
Octal 56 174 335 117 54 0 15 325 110 64
Binary 101110 1111100 11011101 1001111 101100 0 1101 11010101 1001000 110100

Color Harmonies of #2E7CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CDD

Black with #2E7CDD

Text Example


Text Example

White with #2E7CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,221); }

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

background-color css

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

 a { background-color: rgb(46,124,221); }

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

border-color css

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

 span { border-color: rgb(46,124,221); }

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