Html Css Color HEX #2A71DD Royal Blue

📋 copy color: '#2A71DD'

red 42 ◦ green 113 ◦ blue 221

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

Shades of Royal Blue #2A71DD

Tints of Royal Blue #2A71DD

RGB

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

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

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

R = 11.17%
G = 30.05%
B = 58.78%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A71DD (or 0x2A71DD) is known color: Royal Blue. HEX triplet: 2A, 71 and DD. RGB value is (42,113,221). Sum of RGB (Red+Green+Blue) = 42+113+221=376 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.17% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A71DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A71DD is #D58E22. Grayscale: #676767. Windows color (decimal): -13995555 or 14512426. OLE color: 14512426.

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

Color convert

RGB 42 113 221 -
CMYK 0.81 0.49 0 0.13
HSL 216.2º 0.72% 0.52% -
HSV(B) 216.2º 0.81% 0.87% -
XYZ 19.91 17.52 70.74 -
YUV 104.08 193.98 83.72 -
System Red Green Blue C M Y K H S L
Decimal 42 113 221 0.81 0.49 0 0.13 216.2 0.72 0.52
Hex 2A 71 DD 51 31 0 D D8 48 34
Octal 52 161 335 121 61 0 15 330 110 64
Binary 101010 1110001 11011101 1010001 110001 0 1101 11011000 1001000 110100

Color Harmonies of #2A71DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A71DD

Black with #2A71DD

Text Example


Text Example

White with #2A71DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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