Html Css Color HEX #084CEF Navy Blue

📋 copy color: '#084CEF'

red 8 ◦ green 76 ◦ blue 239

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

Shades of Navy Blue #084CEF

Tints of Navy Blue #084CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 239 (93.75% from 255) = 73.99%

R = 2.48%
G = 23.53%
B = 73.99%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#084CEF (or 0x084CEF) is known color: Navy Blue. HEX triplet: 08, 4C and EF. RGB value is (8,76,239). Sum of RGB (Red+Green+Blue) = 8+76+239=323 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.48% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #084CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CEF is #F7B310. Grayscale: #494949. Windows color (decimal): -16233233 or 15682568. OLE color: 15682568.

HSL color Cylindrical-coordinate representation of color #084CEF: hue angle of 222.34º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084CEF is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 76 239 -
CMYK 0.97 0.68 0 0.06
HSL 222.34º 0.94% 0.48% -
HSV(B) 222.34º 0.97% 0.94% -
XYZ 18.26 11.45 82.91 -
YUV 74.25 220.97 80.75 -
System Red Green Blue C M Y K H S L
Decimal 8 76 239 0.97 0.68 0 0.06 222.34 0.94 0.48
Hex 8 4C EF 61 44 0 6 DE 5E 30
Octal 10 114 357 141 104 0 6 336 136 60
Binary 1000 1001100 11101111 1100001 1000100 0 110 11011110 1011110 110000

Color Harmonies of #084CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CEF

Black with #084CEF

Text Example


Text Example

White with #084CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,76,239); }

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

background-color css

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

 a { background-color: rgb(8,76,239); }

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

border-color css

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

 span { border-color: rgb(8,76,239); }

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