Html Css Color HEX #296AE8 Royal Blue

📋 copy color: '#296AE8'

red 41 ◦ green 106 ◦ blue 232

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

Shades of Royal Blue #296AE8

Tints of Royal Blue #296AE8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 232 (91.02% from 255) = 61.21%

R = 10.82%
G = 27.97%
B = 61.21%

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

#296AE8 (or 0x296AE8) is known color: Royal Blue. HEX triplet: 29, 6A and E8. RGB value is (41,106,232). Sum of RGB (Red+Green+Blue) = 41+106+232=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #296AE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296AE8 is #D69517. Grayscale: #646464. Windows color (decimal): -14062872 or 15231529. OLE color: 15231529.

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

Color convert

RGB 41 106 232 -
CMYK 0.82 0.54 0 0.09
HSL 219.58º 0.81% 0.54% -
HSV(B) 219.58º 0.82% 0.91% -
XYZ 20.63 16.61 78.46 -
YUV 100.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 41 106 232 0.82 0.54 0 0.09 219.58 0.81 0.54
Hex 29 6A E8 52 36 0 9 DC 51 36
Octal 51 152 350 122 66 0 11 334 121 66
Binary 101001 1101010 11101000 1010010 110110 0 1001 11011100 1010001 110110

Color Harmonies of #296AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AE8

Black with #296AE8

Text Example


Text Example

White with #296AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,106,232); }

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

background-color css

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

 a { background-color: rgb(41,106,232); }

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

border-color css

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

 span { border-color: rgb(41,106,232); }

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