Html Css Color HEX #2A71DC Royal Blue

📋 copy color: '#2A71DC'

red 42 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #2A71DC

Tints of Royal Blue #2A71DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

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

R = 11.2%
G = 30.13%
B = 58.67%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A71DC (or 0x2A71DC) is known color: Royal Blue. HEX triplet: 2A, 71 and DC. RGB value is (42,113,220). Sum of RGB (Red+Green+Blue) = 42+113+220=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #2A71DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A71DC is #D58E23. Grayscale: #676767. Windows color (decimal): -13995556 or 14446890. OLE color: 14446890.

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

Color convert

RGB 42 113 220 -
CMYK 0.81 0.49 0 0.14
HSL 216.07º 0.72% 0.51% -
HSV(B) 216.07º 0.81% 0.86% -
XYZ 19.78 17.47 70.04 -
YUV 103.97 193.48 83.8 -
System Red Green Blue C M Y K H S L
Decimal 42 113 220 0.81 0.49 0 0.14 216.07 0.72 0.51
Hex 2A 71 DC 51 31 0 E D8 48 33
Octal 52 161 334 121 61 0 16 330 110 63
Binary 101010 1110001 11011100 1010001 110001 0 1110 11011000 1001000 110011

Color Harmonies of #2A71DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A71DC

Black with #2A71DC

Text Example


Text Example

White with #2A71DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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