Html Css Color HEX #296DDB Royal Blue

📋 copy color: '#296DDB'

red 41 ◦ green 109 ◦ blue 219

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

Shades of Royal Blue #296DDB

Tints of Royal Blue #296DDB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

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

R = 11.11%
G = 29.54%
B = 59.35%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#296DDB (or 0x296DDB) is known color: Royal Blue. HEX triplet: 29, 6D and DB. RGB value is (41,109,219). Sum of RGB (Red+Green+Blue) = 41+109+219=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #296DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DDB is #D69224. Grayscale: #646464. Windows color (decimal): -14062117 or 14380329. OLE color: 14380329.

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

Color convert

RGB 41 109 219 -
CMYK 0.81 0.50 0 0.14
HSL 217.08º 0.71% 0.51% -
HSV(B) 217.08º 0.81% 0.86% -
XYZ 19.17 16.52 69.2 -
YUV 101.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 41 109 219 0.81 0.50 0 0.14 217.08 0.71 0.51
Hex 29 6D DB 51 32 0 E D9 47 33
Octal 51 155 333 121 62 0 16 331 107 63
Binary 101001 1101101 11011011 1010001 110010 0 1110 11011001 1000111 110011

Color Harmonies of #296DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DDB

Black with #296DDB

Text Example


Text Example

White with #296DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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