Html Css Color HEX #296DEC Royal Blue

📋 copy color: '#296DEC'

red 41 ◦ green 109 ◦ blue 236

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

Shades of Royal Blue #296DEC

Tints of Royal Blue #296DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.14%

R = 10.62%
G = 28.24%
B = 61.14%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#296DEC (or 0x296DEC) is known color: Royal Blue. HEX triplet: 29, 6D and EC. RGB value is (41,109,236). Sum of RGB (Red+Green+Blue) = 41+109+236=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #296DEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DEC is #D69213. Grayscale: #666666. Windows color (decimal): -14062100 or 15494441. OLE color: 15494441.

HSL color Cylindrical-coordinate representation of color #296DEC: hue angle of 219.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296DEC is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 109 236 -
CMYK 0.83 0.54 0 0.07
HSL 219.08º 0.84% 0.54% -
HSV(B) 219.08º 0.83% 0.93% -
XYZ 21.52 17.46 81.59 -
YUV 103.15 202.97 83.67 -
System Red Green Blue C M Y K H S L
Decimal 41 109 236 0.83 0.54 0 0.07 219.08 0.84 0.54
Hex 29 6D EC 53 36 0 7 DB 54 36
Octal 51 155 354 123 66 0 7 333 124 66
Binary 101001 1101101 11101100 1010011 110110 0 111 11011011 1010100 110110

Color Harmonies of #296DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DEC

Black with #296DEC

Text Example


Text Example

White with #296DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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