Html Css Color HEX #295ADC Royal Blue

📋 copy color: '#295ADC'

red 41 ◦ green 90 ◦ blue 220

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

Shades of Royal Blue #295ADC

Tints of Royal Blue #295ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 11.68%
G = 25.64%
B = 62.68%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#295ADC (or 0x295ADC) is known color: Royal Blue. HEX triplet: 29, 5A and DC. RGB value is (41,90,220). Sum of RGB (Red+Green+Blue) = 41+90+220=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #295ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ADC is #D6A523. Grayscale: #595959. Windows color (decimal): -14066980 or 14441001. OLE color: 14441001.

HSL color Cylindrical-coordinate representation of color #295ADC: hue angle of 223.58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295ADC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 90 220 -
CMYK 0.81 0.59 0 0.14
HSL 223.58º 0.72% 0.51% -
HSV(B) 223.58º 0.81% 0.86% -
XYZ 17.49 12.95 69.29 -
YUV 90.17 201.27 92.93 -
System Red Green Blue C M Y K H S L
Decimal 41 90 220 0.81 0.59 0 0.14 223.58 0.72 0.51
Hex 29 5A DC 51 3B 0 E E0 48 33
Octal 51 132 334 121 73 0 16 340 110 63
Binary 101001 1011010 11011100 1010001 111011 0 1110 11100000 1001000 110011

Color Harmonies of #295ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ADC

Black with #295ADC

Text Example


Text Example

White with #295ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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