Html Css Color HEX #295CE9 Royal Blue

📋 copy color: '#295CE9'

red 41 ◦ green 92 ◦ blue 233

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

Shades of Royal Blue #295CE9

Tints of Royal Blue #295CE9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

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

R = 11.2%
G = 25.14%
B = 63.66%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#295CE9 (or 0x295CE9) is known color: Royal Blue. HEX triplet: 29, 5C and E9. RGB value is (41,92,233). Sum of RGB (Red+Green+Blue) = 41+92+233=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 233 (91.41% from 255 or 63.66% from 366); Max value from RGB is 233 - color contains mainly: blue. Hex color #295CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CE9 is #D6A316. Grayscale: #5C5C5C. Windows color (decimal): -14066455 or 15293481. OLE color: 15293481.

HSL color Cylindrical-coordinate representation of color #295CE9: hue angle of 224.06º 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 #295CE9 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 92 233 -
CMYK 0.82 0.61 0 0.09
HSL 224.06º 0.81% 0.54% -
HSV(B) 224.06º 0.82% 0.91% -
XYZ 19.45 14.01 78.77 -
YUV 92.83 207.1 91.04 -
System Red Green Blue C M Y K H S L
Decimal 41 92 233 0.82 0.61 0 0.09 224.06 0.81 0.54
Hex 29 5C E9 52 3D 0 9 E0 51 36
Octal 51 134 351 122 75 0 11 340 121 66
Binary 101001 1011100 11101001 1010010 111101 0 1001 11100000 1010001 110110

Color Harmonies of #295CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CE9

Black with #295CE9

Text Example


Text Example

White with #295CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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