Html Css Color HEX #296ADE Royal Blue

📋 copy color: '#296ADE'

red 41 ◦ green 106 ◦ blue 222

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

Shades of Royal Blue #296ADE

Tints of Royal Blue #296ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 60.16%

R = 11.11%
G = 28.73%
B = 60.16%

CMYK

 C value IS 0.82

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296ADE (or 0x296ADE) is known color: Royal Blue. HEX triplet: 29, 6A and DE. RGB value is (41,106,222). Sum of RGB (Red+Green+Blue) = 41+106+222=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #296ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ADE is #D69521. Grayscale: #636363. Windows color (decimal): -14062882 or 14576169. OLE color: 14576169.

HSL color Cylindrical-coordinate representation of color #296ADE: hue angle of 218.45º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #296ADE is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 41 106 222 -
CMYK 0.82 0.52 0 0.13
HSL 218.45º 0.73% 0.52% -
HSV(B) 218.45º 0.82% 0.87% -
XYZ 19.25 16.05 71.19 -
YUV 99.79 196.97 86.07 -
System Red Green Blue C M Y K H S L
Decimal 41 106 222 0.82 0.52 0 0.13 218.45 0.73 0.52
Hex 29 6A DE 52 34 0 D DA 49 34
Octal 51 152 336 122 64 0 15 332 111 64
Binary 101001 1101010 11011110 1010010 110100 0 1101 11011010 1001001 110100

Color Harmonies of #296ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ADE

Black with #296ADE

Text Example


Text Example

White with #296ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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