Html Css Color HEX #296DE7 Royal Blue

📋 copy color: '#296DE7'

red 41 ◦ green 109 ◦ blue 231

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

Shades of Royal Blue #296DE7

Tints of Royal Blue #296DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 60.63%

R = 10.76%
G = 28.61%
B = 60.63%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#296DE7 (or 0x296DE7) is known color: Royal Blue. HEX triplet: 29, 6D and E7. RGB value is (41,109,231). Sum of RGB (Red+Green+Blue) = 41+109+231=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 231 (90.62% from 255 or 60.63% from 381); Max value from RGB is 231 - color contains mainly: blue. Hex color #296DE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DE7 is #D69218. Grayscale: #666666. Windows color (decimal): -14062105 or 15166761. OLE color: 15166761.

HSL color Cylindrical-coordinate representation of color #296DE7: hue angle of 218.53º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296DE7 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 109 231 -
CMYK 0.82 0.53 0 0.09
HSL 218.53º 0.8% 0.53% -
HSV(B) 218.53º 0.82% 0.91% -
XYZ 20.81 17.18 77.82 -
YUV 102.58 200.47 84.08 -
System Red Green Blue C M Y K H S L
Decimal 41 109 231 0.82 0.53 0 0.09 218.53 0.8 0.53
Hex 29 6D E7 52 35 0 9 DB 50 35
Octal 51 155 347 122 65 0 11 333 120 65
Binary 101001 1101101 11100111 1010010 110101 0 1001 11011011 1010000 110101

Color Harmonies of #296DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DE7

Black with #296DE7

Text Example


Text Example

White with #296DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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