Html Css Color HEX #295DDB Royal Blue

📋 copy color: '#295DDB'

red 41 ◦ green 93 ◦ blue 219

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

Shades of Royal Blue #295DDB

Tints of Royal Blue #295DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 11.61%
G = 26.35%
B = 62.04%

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

#295DDB (or 0x295DDB) is known color: Royal Blue. HEX triplet: 29, 5D and DB. RGB value is (41,93,219). Sum of RGB (Red+Green+Blue) = 41+93+219=353 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.61% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #295DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295DDB is #D6A224. Grayscale: #5B5B5B. Windows color (decimal): -14066213 or 14376233. OLE color: 14376233.

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

Color convert

RGB 41 93 219 -
CMYK 0.81 0.58 0 0.14
HSL 222.47º 0.71% 0.51% -
HSV(B) 222.47º 0.81% 0.86% -
XYZ 17.61 13.41 68.68 -
YUV 91.82 199.77 91.75 -
System Red Green Blue C M Y K H S L
Decimal 41 93 219 0.81 0.58 0 0.14 222.47 0.71 0.51
Hex 29 5D DB 51 3A 0 E DE 47 33
Octal 51 135 333 121 72 0 16 336 107 63
Binary 101001 1011101 11011011 1010001 111010 0 1110 11011110 1000111 110011

Color Harmonies of #295DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295DDB

Black with #295DDB

Text Example


Text Example

White with #295DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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