Html Css Color HEX #296ED2 Royal Blue

📋 copy color: '#296ED2'

red 41 ◦ green 110 ◦ blue 210

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

Shades of Royal Blue #296ED2

Tints of Royal Blue #296ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.17%

R = 11.36%
G = 30.47%
B = 58.17%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#296ED2 (or 0x296ED2) is known color: Royal Blue. HEX triplet: 29, 6E and D2. RGB value is (41,110,210). Sum of RGB (Red+Green+Blue) = 41+110+210=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 210 (82.42% from 255 or 58.17% from 361); Max value from RGB is 210 - color contains mainly: blue. Hex color #296ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ED2 is #D6912D. Grayscale: #646464. Windows color (decimal): -14061870 or 13790761. OLE color: 13790761.

HSL color Cylindrical-coordinate representation of color #296ED2: hue angle of 215.5º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296ED2 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 110 210 -
CMYK 0.80 0.48 0 0.18
HSL 215.5º 0.67% 0.49% -
HSV(B) 215.5º 0.8% 0.82% -
XYZ 18.12 16.28 63.16 -
YUV 100.77 189.64 85.37 -
System Red Green Blue C M Y K H S L
Decimal 41 110 210 0.80 0.48 0 0.18 215.5 0.67 0.49
Hex 29 6E D2 50 30 0 12 D8 43 31
Octal 51 156 322 120 60 0 22 330 103 61
Binary 101001 1101110 11010010 1010000 110000 0 10010 11011000 1000011 110001

Color Harmonies of #296ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296ED2

Black with #296ED2

Text Example


Text Example

White with #296ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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