Html Css Color HEX #296AD6 Royal Blue

📋 copy color: '#296AD6'

red 41 ◦ green 106 ◦ blue 214

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

Shades of Royal Blue #296AD6

Tints of Royal Blue #296AD6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 11.36%
G = 29.36%
B = 59.28%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#296AD6 (or 0x296AD6) is known color: Royal Blue. HEX triplet: 29, 6A and D6. RGB value is (41,106,214). Sum of RGB (Red+Green+Blue) = 41+106+214=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #296AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AD6 is #D69529. Grayscale: #626262. Windows color (decimal): -14062890 or 14051881. OLE color: 14051881.

HSL color Cylindrical-coordinate representation of color #296AD6: hue angle of 217.46º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296AD6 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 106 214 -
CMYK 0.81 0.50 0 0.16
HSL 217.46º 0.68% 0.5% -
HSV(B) 217.46º 0.81% 0.84% -
XYZ 18.21 15.63 65.68 -
YUV 98.88 192.97 86.72 -
System Red Green Blue C M Y K H S L
Decimal 41 106 214 0.81 0.50 0 0.16 217.46 0.68 0.5
Hex 29 6A D6 51 32 0 10 D9 44 32
Octal 51 152 326 121 62 0 20 331 104 62
Binary 101001 1101010 11010110 1010001 110010 0 10000 11011001 1000100 110010

Color Harmonies of #296AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AD6

Black with #296AD6

Text Example


Text Example

White with #296AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,214); }

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

background-color css

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

 a { background-color: rgb(41,106,214); }

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

border-color css

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

 span { border-color: rgb(41,106,214); }

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