Html Css Color HEX #295AE3 Royal Blue

📋 copy color: '#295AE3'

red 41 ◦ green 90 ◦ blue 227

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

Shades of Royal Blue #295AE3

Tints of Royal Blue #295AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 63.41%

R = 11.45%
G = 25.14%
B = 63.41%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#295AE3 (or 0x295AE3) is known color: Royal Blue. HEX triplet: 29, 5A and E3. RGB value is (41,90,227). Sum of RGB (Red+Green+Blue) = 41+90+227=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 227 (89.06% from 255 or 63.41% from 358); Max value from RGB is 227 - color contains mainly: blue. Hex color #295AE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295AE3 is #D6A51C. Grayscale: #5A5A5A. Windows color (decimal): -14066973 or 14899753. OLE color: 14899753.

HSL color Cylindrical-coordinate representation of color #295AE3: hue angle of 224.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295AE3 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 41 90 227 -
CMYK 0.82 0.60 0 0.11
HSL 224.19º 0.77% 0.53% -
HSV(B) 224.19º 0.82% 0.89% -
XYZ 18.44 13.33 74.27 -
YUV 90.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 41 90 227 0.82 0.60 0 0.11 224.19 0.77 0.53
Hex 29 5A E3 52 3C 0 B E0 4D 35
Octal 51 132 343 122 74 0 13 340 115 65
Binary 101001 1011010 11100011 1010010 111100 0 1011 11100000 1001101 110101

Color Harmonies of #295AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AE3

Black with #295AE3

Text Example


Text Example

White with #295AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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