Html Css Color HEX #2A7DDD Royal Blue

📋 copy color: '#2A7DDD'

red 42 ◦ green 125 ◦ blue 221

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

Shades of Royal Blue #2A7DDD

Tints of Royal Blue #2A7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.22%

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

R = 10.82%
G = 32.22%
B = 56.96%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A7DDD (or 0x2A7DDD) is known color: Royal Blue. HEX triplet: 2A, 7D and DD. RGB value is (42,125,221). Sum of RGB (Red+Green+Blue) = 42+125+221=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A7DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7DDD is #D58222. Grayscale: #6E6E6E. Windows color (decimal): -13992483 or 14515498. OLE color: 14515498.

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

Color convert

RGB 42 125 221 -
CMYK 0.81 0.43 0 0.13
HSL 212.18º 0.72% 0.52% -
HSV(B) 212.18º 0.81% 0.87% -
XYZ 21.34 20.38 71.22 -
YUV 111.13 190 78.69 -
System Red Green Blue C M Y K H S L
Decimal 42 125 221 0.81 0.43 0 0.13 212.18 0.72 0.52
Hex 2A 7D DD 51 2B 0 D D4 48 34
Octal 52 175 335 121 53 0 15 324 110 64
Binary 101010 1111101 11011101 1010001 101011 0 1101 11010100 1001000 110100

Color Harmonies of #2A7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7DDD

Black with #2A7DDD

Text Example


Text Example

White with #2A7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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