Html Css Color HEX #2A59DB Royal Blue

📋 copy color: '#2A59DB'

red 42 ◦ green 89 ◦ blue 219

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

Shades of Royal Blue #2A59DB

Tints of Royal Blue #2A59DB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 12%
G = 25.43%
B = 62.57%

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

#2A59DB (or 0x2A59DB) is known color: Royal Blue. HEX triplet: 2A, 59 and DB. RGB value is (42,89,219). Sum of RGB (Red+Green+Blue) = 42+89+219=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A59DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A59DB is #D5A624. Grayscale: #595959. Windows color (decimal): -14001701 or 14375210. OLE color: 14375210.

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

Color convert

RGB 42 89 219 -
CMYK 0.81 0.59 0 0.14
HSL 224.07º 0.71% 0.51% -
HSV(B) 224.07º 0.81% 0.86% -
XYZ 17.31 12.75 68.57 -
YUV 89.77 200.93 93.93 -
System Red Green Blue C M Y K H S L
Decimal 42 89 219 0.81 0.59 0 0.14 224.07 0.71 0.51
Hex 2A 59 DB 51 3B 0 E E0 47 33
Octal 52 131 333 121 73 0 16 340 107 63
Binary 101010 1011001 11011011 1010001 111011 0 1110 11100000 1000111 110011

Color Harmonies of #2A59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A59DB

Black with #2A59DB

Text Example


Text Example

White with #2A59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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