Html Css Color HEX #2A5BDA Royal Blue

📋 copy color: '#2A5BDA'

red 42 ◦ green 91 ◦ blue 218

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

Shades of Royal Blue #2A5BDA

Tints of Royal Blue #2A5BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 218 (85.55% from 255) = 62.11%

R = 11.97%
G = 25.93%
B = 62.11%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A5BDA (or 0x2A5BDA) is known color: Royal Blue. HEX triplet: 2A, 5B and DA. RGB value is (42,91,218). Sum of RGB (Red+Green+Blue) = 42+91+218=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A5BDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5BDA is #D5A425. Grayscale: #5A5A5A. Windows color (decimal): -14001190 or 14310186. OLE color: 14310186.

HSL color Cylindrical-coordinate representation of color #2A5BDA: hue angle of 223.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A5BDA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 91 218 -
CMYK 0.81 0.58 0 0.15
HSL 223.3º 0.7% 0.51% -
HSV(B) 223.3º 0.81% 0.85% -
XYZ 17.35 13.04 67.93 -
YUV 90.83 199.77 93.17 -
System Red Green Blue C M Y K H S L
Decimal 42 91 218 0.81 0.58 0 0.15 223.3 0.7 0.51
Hex 2A 5B DA 51 3A 0 F DF 46 33
Octal 52 133 332 121 72 0 17 337 106 63
Binary 101010 1011011 11011010 1010001 111010 0 1111 11011111 1000110 110011

Color Harmonies of #2A5BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5BDA

Black with #2A5BDA

Text Example


Text Example

White with #2A5BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,91,218); }

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

background-color css

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

 a { background-color: rgb(42,91,218); }

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

border-color css

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

 span { border-color: rgb(42,91,218); }

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