Html Css Color HEX #295EDB Royal Blue

📋 copy color: '#295EDB'

red 41 ◦ green 94 ◦ blue 219

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

Shades of Royal Blue #295EDB

Tints of Royal Blue #295EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 11.58%
G = 26.55%
B = 61.86%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#295EDB (or 0x295EDB) is known color: Royal Blue. HEX triplet: 29, 5E and DB. RGB value is (41,94,219). Sum of RGB (Red+Green+Blue) = 41+94+219=354 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.58% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #295EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295EDB is #D6A124. Grayscale: #5B5B5B. Windows color (decimal): -14065957 or 14376489. OLE color: 14376489.

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

Color convert

RGB 41 94 219 -
CMYK 0.81 0.57 0 0.14
HSL 222.13º 0.71% 0.51% -
HSV(B) 222.13º 0.81% 0.86% -
XYZ 17.7 13.59 68.71 -
YUV 92.4 199.44 91.34 -
System Red Green Blue C M Y K H S L
Decimal 41 94 219 0.81 0.57 0 0.14 222.13 0.71 0.51
Hex 29 5E DB 51 39 0 E DE 47 33
Octal 51 136 333 121 71 0 16 336 107 63
Binary 101001 1011110 11011011 1010001 111001 0 1110 11011110 1000111 110011

Color Harmonies of #295EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295EDB

Black with #295EDB

Text Example


Text Example

White with #295EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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