Html Css Color HEX #296DE0 Royal Blue

📋 copy color: '#296DE0'

red 41 ◦ green 109 ◦ blue 224

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

Shades of Royal Blue #296DE0

Tints of Royal Blue #296DE0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 10.96%
G = 29.14%
B = 59.89%

CMYK

 C value IS 0.82

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#296DE0 (or 0x296DE0) is known color: Royal Blue. HEX triplet: 29, 6D and E0. RGB value is (41,109,224). Sum of RGB (Red+Green+Blue) = 41+109+224=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #296DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DE0 is #D6921F. Grayscale: #656565. Windows color (decimal): -14062112 or 14708009. OLE color: 14708009.

HSL color Cylindrical-coordinate representation of color #296DE0: hue angle of 217.7º 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 #296DE0 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 41 109 224 -
CMYK 0.82 0.51 0 0.12
HSL 217.7º 0.75% 0.52% -
HSV(B) 217.7º 0.82% 0.88% -
XYZ 19.84 16.79 72.72 -
YUV 101.78 196.97 84.65 -
System Red Green Blue C M Y K H S L
Decimal 41 109 224 0.82 0.51 0 0.12 217.7 0.75 0.52
Hex 29 6D E0 52 33 0 C DA 4B 34
Octal 51 155 340 122 63 0 14 332 113 64
Binary 101001 1101101 11100000 1010010 110011 0 1100 11011010 1001011 110100

Color Harmonies of #296DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296DE0

Black with #296DE0

Text Example


Text Example

White with #296DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,109,224); }

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

background-color css

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

 a { background-color: rgb(41,109,224); }

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

border-color css

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

 span { border-color: rgb(41,109,224); }

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