Html Css Color HEX #296BDB Royal Blue

📋 copy color: '#296BDB'

red 41 ◦ green 107 ◦ blue 219

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

Shades of Royal Blue #296BDB

Tints of Royal Blue #296BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.16%

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

R = 11.17%
G = 29.16%
B = 59.67%

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

#296BDB (or 0x296BDB) is known color: Royal Blue. HEX triplet: 29, 6B and DB. RGB value is (41,107,219). Sum of RGB (Red+Green+Blue) = 41+107+219=367 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.17% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #296BDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BDB is #D69424. Grayscale: #636363. Windows color (decimal): -14062629 or 14379817. OLE color: 14379817.

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

Color convert

RGB 41 107 219 -
CMYK 0.81 0.51 0 0.14
HSL 217.75º 0.71% 0.51% -
HSV(B) 217.75º 0.81% 0.86% -
XYZ 18.96 16.1 69.13 -
YUV 100.03 195.13 85.89 -
System Red Green Blue C M Y K H S L
Decimal 41 107 219 0.81 0.51 0 0.14 217.75 0.71 0.51
Hex 29 6B DB 51 33 0 E DA 47 33
Octal 51 153 333 121 63 0 16 332 107 63
Binary 101001 1101011 11011011 1010001 110011 0 1110 11011010 1000111 110011

Color Harmonies of #296BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BDB

Black with #296BDB

Text Example


Text Example

White with #296BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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