Html Css Color HEX #296EDD Royal Blue

📋 copy color: '#296EDD'

red 41 ◦ green 110 ◦ blue 221

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

Shades of Royal Blue #296EDD

Tints of Royal Blue #296EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 11.02%
G = 29.57%
B = 59.41%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#296EDD (or 0x296EDD) is known color: Royal Blue. HEX triplet: 29, 6E and DD. RGB value is (41,110,221). Sum of RGB (Red+Green+Blue) = 41+110+221=372 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.02% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #296EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EDD is #D69122. Grayscale: #656565. Windows color (decimal): -14061859 or 14511657. OLE color: 14511657.

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

Color convert

RGB 41 110 221 -
CMYK 0.81 0.50 0 0.13
HSL 217º 0.73% 0.51% -
HSV(B) 217º 0.81% 0.87% -
XYZ 19.54 16.84 70.63 -
YUV 102.02 195.14 84.47 -
System Red Green Blue C M Y K H S L
Decimal 41 110 221 0.81 0.50 0 0.13 217 0.73 0.51
Hex 29 6E DD 51 32 0 D D9 49 33
Octal 51 156 335 121 62 0 15 331 111 63
Binary 101001 1101110 11011101 1010001 110010 0 1101 11011001 1001001 110011

Color Harmonies of #296EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EDD

Black with #296EDD

Text Example


Text Example

White with #296EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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