Html Css Color HEX #2A7ADB Royal Blue

📋 copy color: '#2A7ADB'

red 42 ◦ green 122 ◦ blue 219

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

Shades of Royal Blue #2A7ADB

Tints of Royal Blue #2A7ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.18%

R = 10.97%
G = 31.85%
B = 57.18%

CMYK

 C value IS 0.81

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A7ADB (or 0x2A7ADB) is known color: Royal Blue. HEX triplet: 2A, 7A and DB. RGB value is (42,122,219). Sum of RGB (Red+Green+Blue) = 42+122+219=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A7ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7ADB is #D58524. Grayscale: #6C6C6C. Windows color (decimal): -13993253 or 14383658. OLE color: 14383658.

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

Color convert

RGB 42 122 219 -
CMYK 0.81 0.44 0 0.14
HSL 212.88º 0.71% 0.51% -
HSV(B) 212.88º 0.81% 0.86% -
XYZ 20.7 19.53 69.7 -
YUV 109.14 190 80.11 -
System Red Green Blue C M Y K H S L
Decimal 42 122 219 0.81 0.44 0 0.14 212.88 0.71 0.51
Hex 2A 7A DB 51 2C 0 E D5 47 33
Octal 52 172 333 121 54 0 16 325 107 63
Binary 101010 1111010 11011011 1010001 101100 0 1110 11010101 1000111 110011

Color Harmonies of #2A7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A7ADB

Black with #2A7ADB

Text Example


Text Example

White with #2A7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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