Html Css Color HEX #084ECB Denim

📋 copy color: '#084ECB'

red 8 ◦ green 78 ◦ blue 203

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

Shades of Denim #084ECB

Tints of Denim #084ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.99%

 BLUE value IS 203 (79.69% from 255) = 70.24%

R = 2.77%
G = 26.99%
B = 70.24%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#084ECB (or 0x084ECB) is known color: Denim. HEX triplet: 08, 4E and CB. RGB value is (8,78,203). Sum of RGB (Red+Green+Blue) = 8+78+203=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 203 (79.69% from 255 or 70.24% from 289); Max value from RGB is 203 - color contains mainly: blue. Hex color #084ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #084ECB is #F7B134. Grayscale: #464646. Windows color (decimal): -16232757 or 13323784. OLE color: 13323784.

HSL color Cylindrical-coordinate representation of color #084ECB: hue angle of 218.46º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084ECB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 78 203 -
CMYK 0.96 0.62 0 0.20
HSL 218.46º 0.92% 0.41% -
HSV(B) 218.46º 0.96% 0.8% -
XYZ 13.6 9.81 57.68 -
YUV 71.32 202.31 82.84 -
System Red Green Blue C M Y K H S L
Decimal 8 78 203 0.96 0.62 0 0.20 218.46 0.92 0.41
Hex 8 4E CB 60 3E 0 14 DA 5C 29
Octal 10 116 313 140 76 0 24 332 134 51
Binary 1000 1001110 11001011 1100000 111110 0 10100 11011010 1011100 101001

Color Harmonies of #084ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084ECB

Black with #084ECB

Text Example


Text Example

White with #084ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084ECB; }

 p { color: rgb(8,78,203); }

 H1.HeaderClassName
 {
   color: #084ECB;
 }
 .AnyTagClassName
 {
   color: #084ECB;
 }
</style>

background-color css

<style>
 a { background-color: #084ECB; }

 a { background-color: rgb(8,78,203); }

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

border-color css

<style>
 span { border-color: #084ECB; }

 span { border-color: rgb(8,78,203); }

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