Html Css Color HEX #295ED9 Royal Blue

📋 copy color: '#295ED9'

red 41 ◦ green 94 ◦ blue 217

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

Shades of Royal Blue #295ED9

Tints of Royal Blue #295ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 61.65%

R = 11.65%
G = 26.7%
B = 61.65%

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

#295ED9 (or 0x295ED9) is known color: Royal Blue. HEX triplet: 29, 5E and D9. RGB value is (41,94,217). Sum of RGB (Red+Green+Blue) = 41+94+217=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 217 (85.16% from 255 or 61.65% from 352); Max value from RGB is 217 - color contains mainly: blue. Hex color #295ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ED9 is #D6A126. Grayscale: #5B5B5B. Windows color (decimal): -14065959 or 14245417. OLE color: 14245417.

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

Color convert

RGB 41 94 217 -
CMYK 0.81 0.57 0 0.15
HSL 221.93º 0.7% 0.51% -
HSV(B) 221.93º 0.81% 0.85% -
XYZ 17.44 13.49 67.33 -
YUV 92.18 198.44 91.5 -
System Red Green Blue C M Y K H S L
Decimal 41 94 217 0.81 0.57 0 0.15 221.93 0.7 0.51
Hex 29 5E D9 51 39 0 F DE 46 33
Octal 51 136 331 121 71 0 17 336 106 63
Binary 101001 1011110 11011001 1010001 111001 0 1111 11011110 1000110 110011

Color Harmonies of #295ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ED9

Black with #295ED9

Text Example


Text Example

White with #295ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,217); }

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

background-color css

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

 a { background-color: rgb(41,94,217); }

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

border-color css

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

 span { border-color: rgb(41,94,217); }

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