Html Css Color HEX #2A7ADE Royal Blue

📋 copy color: '#2A7ADE'

red 42 ◦ green 122 ◦ blue 222

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

Shades of Royal Blue #2A7ADE

Tints of Royal Blue #2A7ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.61%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 10.88%
G = 31.61%
B = 57.51%

CMYK

 C value IS 0.81

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A7ADE (or 0x2A7ADE) is known color: Royal Blue. HEX triplet: 2A, 7A and DE. RGB value is (42,122,222). Sum of RGB (Red+Green+Blue) = 42+122+222=386 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.88% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7ADE is #D58521. Grayscale: #6C6C6C. Windows color (decimal): -13993250 or 14580266. OLE color: 14580266.

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

Color convert

RGB 42 122 222 -
CMYK 0.81 0.45 0 0.13
HSL 213.33º 0.73% 0.52% -
HSV(B) 213.33º 0.81% 0.87% -
XYZ 21.1 19.69 71.79 -
YUV 109.48 191.5 79.87 -
System Red Green Blue C M Y K H S L
Decimal 42 122 222 0.81 0.45 0 0.13 213.33 0.73 0.52
Hex 2A 7A DE 51 2D 0 D D5 49 34
Octal 52 172 336 121 55 0 15 325 111 64
Binary 101010 1111010 11011110 1010001 101101 0 1101 11010101 1001001 110100

Color Harmonies of #2A7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7ADE

Black with #2A7ADE

Text Example


Text Example

White with #2A7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,122,222); }

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

background-color css

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

 a { background-color: rgb(42,122,222); }

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

border-color css

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

 span { border-color: rgb(42,122,222); }

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