Html Css Color HEX #296EEB Royal Blue

📋 copy color: '#296EEB'

red 41 ◦ green 110 ◦ blue 235

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

Shades of Royal Blue #296EEB

Tints of Royal Blue #296EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

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

R = 10.62%
G = 28.5%
B = 60.88%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#296EEB (or 0x296EEB) is known color: Royal Blue. HEX triplet: 29, 6E and EB. RGB value is (41,110,235). Sum of RGB (Red+Green+Blue) = 41+110+235=386 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.62% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 235 (92.19% from 255 or 60.88% from 386); Max value from RGB is 235 - color contains mainly: blue. Hex color #296EEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EEB is #D69114. Grayscale: #676767. Windows color (decimal): -14061845 or 15429161. OLE color: 15429161.

HSL color Cylindrical-coordinate representation of color #296EEB: hue angle of 218.66º 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 #296EEB is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 41 110 235 -
CMYK 0.83 0.53 0 0.08
HSL 218.66º 0.83% 0.54% -
HSV(B) 218.66º 0.83% 0.92% -
XYZ 21.49 17.62 80.87 -
YUV 103.62 202.14 83.34 -
System Red Green Blue C M Y K H S L
Decimal 41 110 235 0.83 0.53 0 0.08 218.66 0.83 0.54
Hex 29 6E EB 53 35 0 8 DB 53 36
Octal 51 156 353 123 65 0 10 333 123 66
Binary 101001 1101110 11101011 1010011 110101 0 1000 11011011 1010011 110110

Color Harmonies of #296EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EEB

Black with #296EEB

Text Example


Text Example

White with #296EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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