Html Css Color HEX #295ADB Royal Blue

📋 copy color: '#295ADB'

red 41 ◦ green 90 ◦ blue 219

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

Shades of Royal Blue #295ADB

Tints of Royal Blue #295ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.57%

R = 11.71%
G = 25.71%
B = 62.57%

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

#295ADB (or 0x295ADB) is known color: Royal Blue. HEX triplet: 29, 5A and DB. RGB value is (41,90,219). Sum of RGB (Red+Green+Blue) = 41+90+219=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #295ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ADB is #D6A524. Grayscale: #595959. Windows color (decimal): -14066981 or 14375465. OLE color: 14375465.

HSL color Cylindrical-coordinate representation of color #295ADB: hue angle of 223.48º degrees, saturation: 0.71, 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 #295ADB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 41 90 219 -
CMYK 0.81 0.59 0 0.14
HSL 223.48º 0.71% 0.51% -
HSV(B) 223.48º 0.81% 0.86% -
XYZ 17.36 12.9 68.59 -
YUV 90.06 200.77 93.01 -
System Red Green Blue C M Y K H S L
Decimal 41 90 219 0.81 0.59 0 0.14 223.48 0.71 0.51
Hex 29 5A DB 51 3B 0 E DF 47 33
Octal 51 132 333 121 73 0 16 337 107 63
Binary 101001 1011010 11011011 1010001 111011 0 1110 11011111 1000111 110011

Color Harmonies of #295ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295ADB

Black with #295ADB

Text Example


Text Example

White with #295ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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