Html Css Color HEX #296DEB Royal Blue

📋 copy color: '#296DEB'

red 41 ◦ green 109 ◦ blue 235

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

Shades of Royal Blue #296DEB

Tints of Royal Blue #296DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.04%

R = 10.65%
G = 28.31%
B = 61.04%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#296DEB (or 0x296DEB) is known color: Royal Blue. HEX triplet: 29, 6D and EB. RGB value is (41,109,235). Sum of RGB (Red+Green+Blue) = 41+109+235=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 109 (42.97% from 255 or 28.31% from 385); Blue value is 235 (92.19% from 255 or 61.04% from 385); Max value from RGB is 235 - color contains mainly: blue. Hex color #296DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296DEB is #D69214. Grayscale: #666666. Windows color (decimal): -14062101 or 15428905. OLE color: 15428905.

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

Color convert

RGB 41 109 235 -
CMYK 0.83 0.54 0 0.08
HSL 218.97º 0.83% 0.54% -
HSV(B) 218.97º 0.83% 0.92% -
XYZ 21.38 17.41 80.83 -
YUV 103.03 202.47 83.75 -
System Red Green Blue C M Y K H S L
Decimal 41 109 235 0.83 0.54 0 0.08 218.97 0.83 0.54
Hex 29 6D EB 53 36 0 8 DB 53 36
Octal 51 155 353 123 66 0 10 333 123 66
Binary 101001 1101101 11101011 1010011 110110 0 1000 11011011 1010011 110110

Color Harmonies of #296DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DEB

Black with #296DEB

Text Example


Text Example

White with #296DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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