Html Css Color HEX #296FD6 Royal Blue

📋 copy color: '#296FD6'

red 41 ◦ green 111 ◦ blue 214

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

Shades of Royal Blue #296FD6

Tints of Royal Blue #296FD6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

 BLUE value IS 214 (83.98% from 255) = 58.47%

R = 11.2%
G = 30.33%
B = 58.47%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#296FD6 (or 0x296FD6) is known color: Royal Blue. HEX triplet: 29, 6F and D6. RGB value is (41,111,214). Sum of RGB (Red+Green+Blue) = 41+111+214=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 214 (83.98% from 255 or 58.47% from 366); Max value from RGB is 214 - color contains mainly: blue. Hex color #296FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FD6 is #D69029. Grayscale: #656565. Windows color (decimal): -14061610 or 14053161. OLE color: 14053161.

HSL color Cylindrical-coordinate representation of color #296FD6: hue angle of 215.72º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #296FD6 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 41 111 214 -
CMYK 0.81 0.48 0 0.16
HSL 215.72º 0.68% 0.5% -
HSV(B) 215.72º 0.81% 0.84% -
XYZ 18.74 16.7 65.85 -
YUV 101.81 191.31 84.62 -
System Red Green Blue C M Y K H S L
Decimal 41 111 214 0.81 0.48 0 0.16 215.72 0.68 0.5
Hex 29 6F D6 51 30 0 10 D8 44 32
Octal 51 157 326 121 60 0 20 330 104 62
Binary 101001 1101111 11010110 1010001 110000 0 10000 11011000 1000100 110010

Color Harmonies of #296FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FD6

Black with #296FD6

Text Example


Text Example

White with #296FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,111,214); }

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

background-color css

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

 a { background-color: rgb(41,111,214); }

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

border-color css

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

 span { border-color: rgb(41,111,214); }

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