Html Css Color HEX #2A6ADC Royal Blue

📋 copy color: '#2A6ADC'

red 42 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #2A6ADC

Tints of Royal Blue #2A6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

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

R = 11.41%
G = 28.8%
B = 59.78%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A6ADC (or 0x2A6ADC) is known color: Royal Blue. HEX triplet: 2A, 6A and DC. RGB value is (42,106,220). Sum of RGB (Red+Green+Blue) = 42+106+220=368 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.41% from 368); Green value is 106 (41.80% from 255 or 28.80% 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 #2A6ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A6ADC is #D59523. Grayscale: #636363. Windows color (decimal): -13997348 or 14445098. OLE color: 14445098.

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

Color convert

RGB 42 106 220 -
CMYK 0.81 0.52 0 0.14
HSL 218.43º 0.72% 0.51% -
HSV(B) 218.43º 0.81% 0.86% -
XYZ 19.03 15.97 69.79 -
YUV 99.86 195.8 86.73 -
System Red Green Blue C M Y K H S L
Decimal 42 106 220 0.81 0.52 0 0.14 218.43 0.72 0.51
Hex 2A 6A DC 51 34 0 E DA 48 33
Octal 52 152 334 121 64 0 16 332 110 63
Binary 101010 1101010 11011100 1010001 110100 0 1110 11011010 1001000 110011

Color Harmonies of #2A6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6ADC

Black with #2A6ADC

Text Example


Text Example

White with #2A6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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