Html Css Color HEX #2A58DB Royal Blue

📋 copy color: '#2A58DB'

red 42 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #2A58DB

Tints of Royal Blue #2A58DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.21%

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

R = 12.03%
G = 25.21%
B = 62.75%

CMYK

 C value IS 0.81

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2A58DB (or 0x2A58DB) is known color: Royal Blue. HEX triplet: 2A, 58 and DB. RGB value is (42,88,219). Sum of RGB (Red+Green+Blue) = 42+88+219=349 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12.03% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A58DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A58DB is #D5A724. Grayscale: #585858. Windows color (decimal): -14001957 or 14374954. OLE color: 14374954.

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

Color convert

RGB 42 88 219 -
CMYK 0.81 0.60 0 0.14
HSL 224.41º 0.71% 0.51% -
HSV(B) 224.41º 0.81% 0.86% -
XYZ 17.23 12.59 68.54 -
YUV 89.18 201.26 94.35 -
System Red Green Blue C M Y K H S L
Decimal 42 88 219 0.81 0.60 0 0.14 224.41 0.71 0.51
Hex 2A 58 DB 51 3C 0 E E0 47 33
Octal 52 130 333 121 74 0 16 340 107 63
Binary 101010 1011000 11011011 1010001 111100 0 1110 11100000 1000111 110011

Color Harmonies of #2A58DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A58DB

Black with #2A58DB

Text Example


Text Example

White with #2A58DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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