Html Css Color HEX #295CEB Royal Blue

📋 copy color: '#295CEB'

red 41 ◦ green 92 ◦ blue 235

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

Shades of Royal Blue #295CEB

Tints of Royal Blue #295CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 11.14%
G = 25%
B = 63.86%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#295CEB (or 0x295CEB) is known color: Royal Blue. HEX triplet: 29, 5C and EB. RGB value is (41,92,235). Sum of RGB (Red+Green+Blue) = 41+92+235=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #295CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295CEB is #D6A314. Grayscale: #5C5C5C. Windows color (decimal): -14066453 or 15424553. OLE color: 15424553.

HSL color Cylindrical-coordinate representation of color #295CEB: hue angle of 224.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295CEB is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 92 235 -
CMYK 0.83 0.61 0 0.08
HSL 224.23º 0.83% 0.54% -
HSV(B) 224.23º 0.83% 0.92% -
XYZ 19.74 14.12 80.28 -
YUV 93.05 208.1 90.87 -
System Red Green Blue C M Y K H S L
Decimal 41 92 235 0.83 0.61 0 0.08 224.23 0.83 0.54
Hex 29 5C EB 53 3D 0 8 E0 53 36
Octal 51 134 353 123 75 0 10 340 123 66
Binary 101001 1011100 11101011 1010011 111101 0 1000 11100000 1010011 110110

Color Harmonies of #295CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295CEB

Black with #295CEB

Text Example


Text Example

White with #295CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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