Html Css Color HEX #296EDC Royal Blue

📋 copy color: '#296EDC'

red 41 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #296EDC

Tints of Royal Blue #296EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 11.05%
G = 29.65%
B = 59.3%

CMYK

 C value IS 0.81

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#296EDC (or 0x296EDC) is known color: Royal Blue. HEX triplet: 29, 6E and DC. RGB value is (41,110,220). Sum of RGB (Red+Green+Blue) = 41+110+220=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #296EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EDC is #D69123. Grayscale: #656565. Windows color (decimal): -14061860 or 14446121. OLE color: 14446121.

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

Color convert

RGB 41 110 220 -
CMYK 0.81 0.50 0 0.14
HSL 216.87º 0.72% 0.51% -
HSV(B) 216.87º 0.81% 0.86% -
XYZ 19.41 16.79 69.93 -
YUV 101.91 194.64 84.56 -
System Red Green Blue C M Y K H S L
Decimal 41 110 220 0.81 0.50 0 0.14 216.87 0.72 0.51
Hex 29 6E DC 51 32 0 E D9 48 33
Octal 51 156 334 121 62 0 16 331 110 63
Binary 101001 1101110 11011100 1010001 110010 0 1110 11011001 1001000 110011

Color Harmonies of #296EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296EDC

Black with #296EDC

Text Example


Text Example

White with #296EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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