Html Css Color HEX #2A5ADB Royal Blue

📋 copy color: '#2A5ADB'

red 42 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #2A5ADB

Tints of Royal Blue #2A5ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.64%

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

R = 11.97%
G = 25.64%
B = 62.39%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A5ADB (or 0x2A5ADB) is known color: Royal Blue. HEX triplet: 2A, 5A and DB. RGB value is (42,90,219). Sum of RGB (Red+Green+Blue) = 42+90+219=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A5ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5ADB is #D5A524. Grayscale: #595959. Windows color (decimal): -14001445 or 14375466. OLE color: 14375466.

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

Color convert

RGB 42 90 219 -
CMYK 0.81 0.59 0 0.14
HSL 223.73º 0.71% 0.51% -
HSV(B) 223.73º 0.81% 0.86% -
XYZ 17.4 12.92 68.59 -
YUV 90.35 200.6 93.51 -
System Red Green Blue C M Y K H S L
Decimal 42 90 219 0.81 0.59 0 0.14 223.73 0.71 0.51
Hex 2A 5A DB 51 3B 0 E E0 47 33
Octal 52 132 333 121 73 0 16 340 107 63
Binary 101010 1011010 11011011 1010001 111011 0 1110 11100000 1000111 110011

Color Harmonies of #2A5ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5ADB

Black with #2A5ADB

Text Example


Text Example

White with #2A5ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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