Html Css Color HEX #296AE1 Royal Blue

📋 copy color: '#296AE1'

red 41 ◦ green 106 ◦ blue 225

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

Shades of Royal Blue #296AE1

Tints of Royal Blue #296AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 60.48%

R = 11.02%
G = 28.49%
B = 60.48%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#296AE1 (or 0x296AE1) is known color: Royal Blue. HEX triplet: 29, 6A and E1. RGB value is (41,106,225). Sum of RGB (Red+Green+Blue) = 41+106+225=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #296AE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AE1 is #D6951E. Grayscale: #636363. Windows color (decimal): -14062879 or 14772777. OLE color: 14772777.

HSL color Cylindrical-coordinate representation of color #296AE1: hue angle of 218.8º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296AE1 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 106 225 -
CMYK 0.82 0.53 0 0.12
HSL 218.8º 0.75% 0.52% -
HSV(B) 218.8º 0.82% 0.88% -
XYZ 19.66 16.22 73.33 -
YUV 100.13 198.47 85.82 -
System Red Green Blue C M Y K H S L
Decimal 41 106 225 0.82 0.53 0 0.12 218.8 0.75 0.52
Hex 29 6A E1 52 35 0 C DB 4B 34
Octal 51 152 341 122 65 0 14 333 113 64
Binary 101001 1101010 11100001 1010010 110101 0 1100 11011011 1001011 110100

Color Harmonies of #296AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296AE1

Black with #296AE1

Text Example


Text Example

White with #296AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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