Html Css Color HEX #295EEC Royal Blue

📋 copy color: '#295EEC'

red 41 ◦ green 94 ◦ blue 236

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

Shades of Royal Blue #295EEC

Tints of Royal Blue #295EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.61%

R = 11.05%
G = 25.34%
B = 63.61%

CMYK

 C value IS 0.83

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#295EEC (or 0x295EEC) is known color: Royal Blue. HEX triplet: 29, 5E and EC. RGB value is (41,94,236). Sum of RGB (Red+Green+Blue) = 41+94+236=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #295EEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295EEC is #D6A113. Grayscale: #5D5D5D. Windows color (decimal): -14065940 or 15490601. OLE color: 15490601.

HSL color Cylindrical-coordinate representation of color #295EEC: hue angle of 223.69º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #295EEC is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 94 236 -
CMYK 0.83 0.60 0 0.07
HSL 223.69º 0.84% 0.54% -
HSV(B) 223.69º 0.83% 0.93% -
XYZ 20.06 14.53 81.1 -
YUV 94.34 207.94 89.95 -
System Red Green Blue C M Y K H S L
Decimal 41 94 236 0.83 0.60 0 0.07 223.69 0.84 0.54
Hex 29 5E EC 53 3C 0 7 E0 54 36
Octal 51 136 354 123 74 0 7 340 124 66
Binary 101001 1011110 11101100 1010011 111100 0 111 11100000 1010100 110110

Color Harmonies of #295EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EEC

Black with #295EEC

Text Example


Text Example

White with #295EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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