Html Css Color HEX #296FD0 Denim

📋 copy color: '#296FD0'

red 41 ◦ green 111 ◦ blue 208

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

Shades of Denim #296FD0

Tints of Denim #296FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 57.78%

R = 11.39%
G = 30.83%
B = 57.78%

CMYK

 C value IS 0.80

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#296FD0 (or 0x296FD0) is known color: Denim. HEX triplet: 29, 6F and D0. RGB value is (41,111,208). Sum of RGB (Red+Green+Blue) = 41+111+208=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 208 (81.64% from 255 or 57.78% from 360); Max value from RGB is 208 - color contains mainly: blue. Hex color #296FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296FD0 is #D6902F. Grayscale: #646464. Windows color (decimal): -14061616 or 13659945. OLE color: 13659945.

HSL color Cylindrical-coordinate representation of color #296FD0: hue angle of 214.85º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296FD0 is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 41 111 208 -
CMYK 0.80 0.47 0 0.18
HSL 214.85º 0.67% 0.49% -
HSV(B) 214.85º 0.8% 0.82% -
XYZ 17.98 16.39 61.89 -
YUV 101.13 188.31 85.11 -
System Red Green Blue C M Y K H S L
Decimal 41 111 208 0.80 0.47 0 0.18 214.85 0.67 0.49
Hex 29 6F D0 50 2F 0 12 D7 43 31
Octal 51 157 320 120 57 0 22 327 103 61
Binary 101001 1101111 11010000 1010000 101111 0 10010 11010111 1000011 110001

Color Harmonies of #296FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296FD0

Black with #296FD0

Text Example


Text Example

White with #296FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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