Html Css Color HEX #2A72DB Royal Blue

📋 copy color: '#2A72DB'

red 42 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #2A72DB

Tints of Royal Blue #2A72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.4%

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

R = 11.2%
G = 30.4%
B = 58.4%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A72DB (or 0x2A72DB) is known color: Royal Blue. HEX triplet: 2A, 72 and DB. RGB value is (42,114,219). Sum of RGB (Red+Green+Blue) = 42+114+219=375 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.2% from 375); Green value is 114 (44.92% from 255 or 30.4% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A72DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A72DB is #D58D24. Grayscale: #676767. Windows color (decimal): -13995301 or 14381610. OLE color: 14381610.

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

Color convert

RGB 42 114 219 -
CMYK 0.81 0.48 0 0.14
HSL 215.59º 0.71% 0.51% -
HSV(B) 215.59º 0.81% 0.86% -
XYZ 19.76 17.64 69.38 -
YUV 104.44 192.65 83.46 -
System Red Green Blue C M Y K H S L
Decimal 42 114 219 0.81 0.48 0 0.14 215.59 0.71 0.51
Hex 2A 72 DB 51 30 0 E D8 47 33
Octal 52 162 333 121 60 0 16 330 107 63
Binary 101010 1110010 11011011 1010001 110000 0 1110 11011000 1000111 110011

Color Harmonies of #2A72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A72DB

Black with #2A72DB

Text Example


Text Example

White with #2A72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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