Html Css Color HEX #2A5EDA Royal Blue

📋 copy color: '#2A5EDA'

red 42 ◦ green 94 ◦ blue 218

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

Shades of Royal Blue #2A5EDA

Tints of Royal Blue #2A5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 11.86%
G = 26.55%
B = 61.58%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A5EDA (or 0x2A5EDA) is known color: Royal Blue. HEX triplet: 2A, 5E and DA. RGB value is (42,94,218). Sum of RGB (Red+Green+Blue) = 42+94+218=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A5EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5EDA is #D5A125. Grayscale: #5C5C5C. Windows color (decimal): -14000422 or 14310954. OLE color: 14310954.

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

Color convert

RGB 42 94 218 -
CMYK 0.81 0.57 0 0.15
HSL 222.27º 0.7% 0.51% -
HSV(B) 222.27º 0.81% 0.85% -
XYZ 17.61 13.56 68.02 -
YUV 92.59 198.77 91.92 -
System Red Green Blue C M Y K H S L
Decimal 42 94 218 0.81 0.57 0 0.15 222.27 0.7 0.51
Hex 2A 5E DA 51 39 0 F DE 46 33
Octal 52 136 332 121 71 0 17 336 106 63
Binary 101010 1011110 11011010 1010001 111001 0 1111 11011110 1000110 110011

Color Harmonies of #2A5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5EDA

Black with #2A5EDA

Text Example


Text Example

White with #2A5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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