Html Css Color HEX #2A81DD Royal Blue

📋 copy color: '#2A81DD'

red 42 ◦ green 129 ◦ blue 221

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

Shades of Royal Blue #2A81DD

Tints of Royal Blue #2A81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

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

R = 10.71%
G = 32.91%
B = 56.38%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A81DD (or 0x2A81DD) is known color: Royal Blue. HEX triplet: 2A, 81 and DD. RGB value is (42,129,221). Sum of RGB (Red+Green+Blue) = 42+129+221=392 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.71% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A81DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A81DD is #D57E22. Grayscale: #717171. Windows color (decimal): -13991459 or 14516522. OLE color: 14516522.

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

Color convert

RGB 42 129 221 -
CMYK 0.81 0.42 0 0.13
HSL 210.84º 0.72% 0.52% -
HSV(B) 210.84º 0.81% 0.87% -
XYZ 21.86 21.41 71.39 -
YUV 113.48 188.68 77.02 -
System Red Green Blue C M Y K H S L
Decimal 42 129 221 0.81 0.42 0 0.13 210.84 0.72 0.52
Hex 2A 81 DD 51 2A 0 D D3 48 34
Octal 52 201 335 121 52 0 15 323 110 64
Binary 101010 10000001 11011101 1010001 101010 0 1101 11010011 1001000 110100

Color Harmonies of #2A81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A81DD

Black with #2A81DD

Text Example


Text Example

White with #2A81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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