Html Css Color HEX #2A5DDD Royal Blue

📋 copy color: '#2A5DDD'

red 42 ◦ green 93 ◦ blue 221

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

Shades of Royal Blue #2A5DDD

Tints of Royal Blue #2A5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 221 (86.72% from 255) = 62.08%

R = 11.8%
G = 26.12%
B = 62.08%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A5DDD (or 0x2A5DDD) is known color: Royal Blue. HEX triplet: 2A, 5D and DD. RGB value is (42,93,221). Sum of RGB (Red+Green+Blue) = 42+93+221=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A5DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DDD is #D5A222. Grayscale: #5B5B5B. Windows color (decimal): -14000675 or 14507306. OLE color: 14507306.

HSL color Cylindrical-coordinate representation of color #2A5DDD: hue angle of 222.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A5DDD is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 93 221 -
CMYK 0.81 0.58 0 0.13
HSL 222.91º 0.72% 0.52% -
HSV(B) 222.91º 0.81% 0.87% -
XYZ 17.92 13.54 70.08 -
YUV 92.34 200.6 92.09 -
System Red Green Blue C M Y K H S L
Decimal 42 93 221 0.81 0.58 0 0.13 222.91 0.72 0.52
Hex 2A 5D DD 51 3A 0 D DF 48 34
Octal 52 135 335 121 72 0 15 337 110 64
Binary 101010 1011101 11011101 1010001 111010 0 1101 11011111 1001000 110100

Color Harmonies of #2A5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5DDD

Black with #2A5DDD

Text Example


Text Example

White with #2A5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,93,221); }

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

background-color css

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

 a { background-color: rgb(42,93,221); }

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

border-color css

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

 span { border-color: rgb(42,93,221); }

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