Html Css Color HEX #295EE9 Royal Blue

📋 copy color: '#295EE9'

red 41 ◦ green 94 ◦ blue 233

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

Shades of Royal Blue #295EE9

Tints of Royal Blue #295EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 63.32%

R = 11.14%
G = 25.54%
B = 63.32%

CMYK

 C value IS 0.82

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#295EE9 (or 0x295EE9) is known color: Royal Blue. HEX triplet: 29, 5E and E9. RGB value is (41,94,233). Sum of RGB (Red+Green+Blue) = 41+94+233=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 233 (91.41% from 255 or 63.32% from 368); Max value from RGB is 233 - color contains mainly: blue. Hex color #295EE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EE9 is #D6A116. Grayscale: #5D5D5D. Windows color (decimal): -14065943 or 15293993. OLE color: 15293993.

HSL color Cylindrical-coordinate representation of color #295EE9: hue angle of 223.44º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #295EE9 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 94 233 -
CMYK 0.82 0.60 0 0.09
HSL 223.44º 0.81% 0.54% -
HSV(B) 223.44º 0.82% 0.91% -
XYZ 19.63 14.36 78.83 -
YUV 94 206.44 90.2 -
System Red Green Blue C M Y K H S L
Decimal 41 94 233 0.82 0.60 0 0.09 223.44 0.81 0.54
Hex 29 5E E9 52 3C 0 9 DF 51 36
Octal 51 136 351 122 74 0 11 337 121 66
Binary 101001 1011110 11101001 1010010 111100 0 1001 11011111 1010001 110110

Color Harmonies of #295EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EE9

Black with #295EE9

Text Example


Text Example

White with #295EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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