Html Css Color HEX #296EED Royal Blue

📋 copy color: '#296EED'

red 41 ◦ green 110 ◦ blue 237

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

Shades of Royal Blue #296EED

Tints of Royal Blue #296EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 61.08%

R = 10.57%
G = 28.35%
B = 61.08%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#296EED (or 0x296EED) is known color: Royal Blue. HEX triplet: 29, 6E and ED. RGB value is (41,110,237). Sum of RGB (Red+Green+Blue) = 41+110+237=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 237 (92.97% from 255 or 61.08% from 388); Max value from RGB is 237 - color contains mainly: blue. Hex color #296EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #296EED is #D69112. Grayscale: #676767. Windows color (decimal): -14061843 or 15560233. OLE color: 15560233.

HSL color Cylindrical-coordinate representation of color #296EED: hue angle of 218.88º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #296EED is Cyan = 0.83, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 41 110 237 -
CMYK 0.83 0.54 0 0.07
HSL 218.88º 0.84% 0.55% -
HSV(B) 218.88º 0.83% 0.93% -
XYZ 21.78 17.74 82.4 -
YUV 103.85 203.14 83.17 -
System Red Green Blue C M Y K H S L
Decimal 41 110 237 0.83 0.54 0 0.07 218.88 0.84 0.55
Hex 29 6E ED 53 36 0 7 DB 54 37
Octal 51 156 355 123 66 0 7 333 124 67
Binary 101001 1101110 11101101 1010011 110110 0 111 11011011 1010100 110111

Color Harmonies of #296EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EED

Black with #296EED

Text Example


Text Example

White with #296EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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