Html Css Color HEX #296FDB Royal Blue

📋 copy color: '#296FDB'

red 41 ◦ green 111 ◦ blue 219

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

Shades of Royal Blue #296FDB

Tints of Royal Blue #296FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 11.05%
G = 29.92%
B = 59.03%

CMYK

 C value IS 0.81

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#296FDB (or 0x296FDB) is known color: Royal Blue. HEX triplet: 29, 6F and DB. RGB value is (41,111,219). Sum of RGB (Red+Green+Blue) = 41+111+219=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #296FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FDB is #D69024. Grayscale: #656565. Windows color (decimal): -14061605 or 14380841. OLE color: 14380841.

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

Color convert

RGB 41 111 219 -
CMYK 0.81 0.49 0 0.14
HSL 216.4º 0.71% 0.51% -
HSV(B) 216.4º 0.81% 0.86% -
XYZ 19.39 16.95 69.27 -
YUV 102.38 193.81 84.22 -
System Red Green Blue C M Y K H S L
Decimal 41 111 219 0.81 0.49 0 0.14 216.4 0.71 0.51
Hex 29 6F DB 51 31 0 E D8 47 33
Octal 51 157 333 121 61 0 16 330 107 63
Binary 101001 1101111 11011011 1010001 110001 0 1110 11011000 1000111 110011

Color Harmonies of #296FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FDB

Black with #296FDB

Text Example


Text Example

White with #296FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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