Html Css Color HEX #2A7EDC Royal Blue

📋 copy color: '#2A7EDC'

red 42 ◦ green 126 ◦ blue 220

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

Shades of Royal Blue #2A7EDC

Tints of Royal Blue #2A7EDC

RGB

 RED value IS 42 (16.8% from 255) = 10.82%

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 10.82%
G = 32.47%
B = 56.7%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A7EDC (or 0x2A7EDC) is known color: Royal Blue. HEX triplet: 2A, 7E and DC. RGB value is (42,126,220). Sum of RGB (Red+Green+Blue) = 42+126+220=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A7EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7EDC is #D58123. Grayscale: #6F6F6F. Windows color (decimal): -13992228 or 14450218. OLE color: 14450218.

HSL color Cylindrical-coordinate representation of color #2A7EDC: hue angle of 211.69º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A7EDC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 126 220 -
CMYK 0.81 0.43 0 0.14
HSL 211.69º 0.72% 0.51% -
HSV(B) 211.69º 0.81% 0.86% -
XYZ 21.33 20.58 70.56 -
YUV 111.6 189.17 78.36 -
System Red Green Blue C M Y K H S L
Decimal 42 126 220 0.81 0.43 0 0.14 211.69 0.72 0.51
Hex 2A 7E DC 51 2B 0 E D4 48 33
Octal 52 176 334 121 53 0 16 324 110 63
Binary 101010 1111110 11011100 1010001 101011 0 1110 11010100 1001000 110011

Color Harmonies of #2A7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7EDC

Black with #2A7EDC

Text Example


Text Example

White with #2A7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,126,220); }

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

background-color css

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

 a { background-color: rgb(42,126,220); }

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

border-color css

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

 span { border-color: rgb(42,126,220); }

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