Html Css Color HEX #086BBB Denim

📋 copy color: '#086BBB'

red 8 ◦ green 107 ◦ blue 187

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

Shades of Denim #086BBB

Tints of Denim #086BBB

RGB

 RED value IS 8 (3.52% from 255) = 2.65%

 GREEN value IS 107 (42.19% from 255) = 35.43%

 BLUE value IS 187 (73.44% from 255) = 61.92%

R = 2.65%
G = 35.43%
B = 61.92%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#086BBB (or 0x086BBB) is known color: Denim. HEX triplet: 08, 6B and BB. RGB value is (8,107,187). Sum of RGB (Red+Green+Blue) = 8+107+187=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #086BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #086BBB is #F79444. Grayscale: #565656. Windows color (decimal): -16225349 or 12282632. OLE color: 12282632.

HSL color Cylindrical-coordinate representation of color #086BBB: hue angle of 206.82º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #086BBB is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 107 187 -
CMYK 0.96 0.43 0 0.27
HSL 206.82º 0.92% 0.38% -
HSV(B) 206.82º 0.96% 0.73% -
XYZ 14.33 14.15 48.99 -
YUV 86.52 184.7 72 -
System Red Green Blue C M Y K H S L
Decimal 8 107 187 0.96 0.43 0 0.27 206.82 0.92 0.38
Hex 8 6B BB 60 2B 0 1B CF 5C 26
Octal 10 153 273 140 53 0 33 317 134 46
Binary 1000 1101011 10111011 1100000 101011 0 11011 11001111 1011100 100110

Color Harmonies of #086BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086BBB

Black with #086BBB

Text Example


Text Example

White with #086BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086BBB; }

 p { color: rgb(8,107,187); }

 H1.HeaderClassName
 {
   color: #086BBB;
 }
 .AnyTagClassName
 {
   color: #086BBB;
 }
</style>

background-color css

<style>
 a { background-color: #086BBB; }

 a { background-color: rgb(8,107,187); }

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

border-color css

<style>
 span { border-color: #086BBB; }

 span { border-color: rgb(8,107,187); }

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