Html Css Color HEX #296DD8 Royal Blue

📋 copy color: '#296DD8'

red 41 ◦ green 109 ◦ blue 216

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

Shades of Royal Blue #296DD8

Tints of Royal Blue #296DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 11.2%
G = 29.78%
B = 59.02%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#296DD8 (or 0x296DD8) is known color: Royal Blue. HEX triplet: 29, 6D and D8. RGB value is (41,109,216). Sum of RGB (Red+Green+Blue) = 41+109+216=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #296DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DD8 is #D69227. Grayscale: #646464. Windows color (decimal): -14062120 or 14183721. OLE color: 14183721.

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

Color convert

RGB 41 109 216 -
CMYK 0.81 0.50 0 0.15
HSL 216.69º 0.69% 0.5% -
HSV(B) 216.69º 0.81% 0.85% -
XYZ 18.78 16.37 67.14 -
YUV 100.87 192.97 85.3 -
System Red Green Blue C M Y K H S L
Decimal 41 109 216 0.81 0.50 0 0.15 216.69 0.69 0.5
Hex 29 6D D8 51 32 0 F D9 45 32
Octal 51 155 330 121 62 0 17 331 105 62
Binary 101001 1101101 11011000 1010001 110010 0 1111 11011001 1000101 110010

Color Harmonies of #296DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DD8

Black with #296DD8

Text Example


Text Example

White with #296DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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