Html Css Color HEX #296CDB Royal Blue

📋 copy color: '#296CDB'

red 41 ◦ green 108 ◦ blue 219

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

Shades of Royal Blue #296CDB

Tints of Royal Blue #296CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 11.14%
G = 29.35%
B = 59.51%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#296CDB (or 0x296CDB) is known color: Royal Blue. HEX triplet: 29, 6C and DB. RGB value is (41,108,219). Sum of RGB (Red+Green+Blue) = 41+108+219=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #296CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296CDB is #D69324. Grayscale: #646464. Windows color (decimal): -14062373 or 14380073. OLE color: 14380073.

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

Color convert

RGB 41 108 219 -
CMYK 0.81 0.51 0 0.14
HSL 217.42º 0.71% 0.51% -
HSV(B) 217.42º 0.81% 0.86% -
XYZ 19.06 16.31 69.16 -
YUV 100.62 194.8 85.47 -
System Red Green Blue C M Y K H S L
Decimal 41 108 219 0.81 0.51 0 0.14 217.42 0.71 0.51
Hex 29 6C DB 51 33 0 E D9 47 33
Octal 51 154 333 121 63 0 16 331 107 63
Binary 101001 1101100 11011011 1010001 110011 0 1110 11011001 1000111 110011

Color Harmonies of #296CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296CDB

Black with #296CDB

Text Example


Text Example

White with #296CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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