Html Css Color HEX #295BDB Royal Blue

📋 copy color: '#295BDB'

red 41 ◦ green 91 ◦ blue 219

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

Shades of Royal Blue #295BDB

Tints of Royal Blue #295BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 11.68%
G = 25.93%
B = 62.39%

CMYK

 C value IS 0.81

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#295BDB (or 0x295BDB) is known color: Royal Blue. HEX triplet: 29, 5B and DB. RGB value is (41,91,219). Sum of RGB (Red+Green+Blue) = 41+91+219=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #295BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295BDB is #D6A424. Grayscale: #5A5A5A. Windows color (decimal): -14066725 or 14375721. OLE color: 14375721.

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

Color convert

RGB 41 91 219 -
CMYK 0.81 0.58 0 0.14
HSL 223.15º 0.71% 0.51% -
HSV(B) 223.15º 0.81% 0.86% -
XYZ 17.44 13.07 68.62 -
YUV 90.64 200.44 92.59 -
System Red Green Blue C M Y K H S L
Decimal 41 91 219 0.81 0.58 0 0.14 223.15 0.71 0.51
Hex 29 5B DB 51 3A 0 E DF 47 33
Octal 51 133 333 121 72 0 16 337 107 63
Binary 101001 1011011 11011011 1010001 111010 0 1110 11011111 1000111 110011

Color Harmonies of #295BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295BDB

Black with #295BDB

Text Example


Text Example

White with #295BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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