Html Css Color HEX #295AEC Royal Blue

📋 copy color: '#295AEC'

red 41 ◦ green 90 ◦ blue 236

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

Shades of Royal Blue #295AEC

Tints of Royal Blue #295AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

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

R = 11.17%
G = 24.52%
B = 64.31%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#295AEC (or 0x295AEC) is known color: Royal Blue. HEX triplet: 29, 5A and EC. RGB value is (41,90,236). Sum of RGB (Red+Green+Blue) = 41+90+236=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #295AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #295AEC is #D6A513. Grayscale: #5B5B5B. Windows color (decimal): -14066964 or 15489577. OLE color: 15489577.

HSL color Cylindrical-coordinate representation of color #295AEC: hue angle of 224.92º 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 #295AEC is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 90 236 -
CMYK 0.83 0.62 0 0.07
HSL 224.92º 0.84% 0.54% -
HSV(B) 224.92º 0.83% 0.93% -
XYZ 19.71 13.84 80.99 -
YUV 91.99 209.27 91.63 -
System Red Green Blue C M Y K H S L
Decimal 41 90 236 0.83 0.62 0 0.07 224.92 0.84 0.54
Hex 29 5A EC 53 3E 0 7 E1 54 36
Octal 51 132 354 123 76 0 7 341 124 66
Binary 101001 1011010 11101100 1010011 111110 0 111 11100001 1010100 110110

Color Harmonies of #295AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295AEC

Black with #295AEC

Text Example


Text Example

White with #295AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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