Html Css Color HEX #295AE1 Royal Blue

📋 copy color: '#295AE1'

red 41 ◦ green 90 ◦ blue 225

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

Shades of Royal Blue #295AE1

Tints of Royal Blue #295AE1

RGB

 RED value IS 41 (16.41% from 255) = 11.52%

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 225 (88.28% from 255) = 63.2%

R = 11.52%
G = 25.28%
B = 63.2%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#295AE1 (or 0x295AE1) is known color: Royal Blue. HEX triplet: 29, 5A and E1. RGB value is (41,90,225). Sum of RGB (Red+Green+Blue) = 41+90+225=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #295AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AE1 is #D6A51E. Grayscale: #5A5A5A. Windows color (decimal): -14066975 or 14768681. OLE color: 14768681.

HSL color Cylindrical-coordinate representation of color #295AE1: hue angle of 224.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295AE1 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 90 225 -
CMYK 0.82 0.60 0 0.12
HSL 224.02º 0.75% 0.52% -
HSV(B) 224.02º 0.82% 0.88% -
XYZ 18.16 13.22 72.83 -
YUV 90.74 203.77 92.52 -
System Red Green Blue C M Y K H S L
Decimal 41 90 225 0.82 0.60 0 0.12 224.02 0.75 0.52
Hex 29 5A E1 52 3C 0 C E0 4B 34
Octal 51 132 341 122 74 0 14 340 113 64
Binary 101001 1011010 11100001 1010010 111100 0 1100 11100000 1001011 110100

Color Harmonies of #295AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AE1

Black with #295AE1

Text Example


Text Example

White with #295AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295AE1; }

 p { color: rgb(41,90,225); }

 H1.HeaderClassName
 {
   color: #295AE1;
 }
 .AnyTagClassName
 {
   color: #295AE1;
 }
</style>

background-color css

<style>
 a { background-color: #295AE1; }

 a { background-color: rgb(41,90,225); }

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

border-color css

<style>
 span { border-color: #295AE1; }

 span { border-color: rgb(41,90,225); }

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