Html Css Color HEX #296BE7 Royal Blue

📋 copy color: '#296BE7'

red 41 ◦ green 107 ◦ blue 231

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

Shades of Royal Blue #296BE7

Tints of Royal Blue #296BE7

RGB

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

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

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

R = 10.82%
G = 28.23%
B = 60.95%

CMYK

 C value IS 0.82

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#296BE7 (or 0x296BE7) is known color: Royal Blue. HEX triplet: 29, 6B and E7. RGB value is (41,107,231). Sum of RGB (Red+Green+Blue) = 41+107+231=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 231 (90.62% from 255 or 60.95% from 379); Max value from RGB is 231 - color contains mainly: blue. Hex color #296BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296BE7 is #D69418. Grayscale: #646464. Windows color (decimal): -14062617 or 15166249. OLE color: 15166249.

HSL color Cylindrical-coordinate representation of color #296BE7: hue angle of 219.16º 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 #296BE7 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 41 107 231 -
CMYK 0.82 0.54 0 0.09
HSL 219.16º 0.8% 0.53% -
HSV(B) 219.16º 0.82% 0.91% -
XYZ 20.6 16.76 77.75 -
YUV 101.4 201.13 84.92 -
System Red Green Blue C M Y K H S L
Decimal 41 107 231 0.82 0.54 0 0.09 219.16 0.8 0.53
Hex 29 6B E7 52 36 0 9 DB 50 35
Octal 51 153 347 122 66 0 11 333 120 65
Binary 101001 1101011 11100111 1010010 110110 0 1001 11011011 1010000 110101

Color Harmonies of #296BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296BE7

Black with #296BE7

Text Example


Text Example

White with #296BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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