Html Css Color HEX #084CDF Navy Blue

📋 copy color: '#084CDF'

red 8 ◦ green 76 ◦ blue 223

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

Shades of Navy Blue #084CDF

Tints of Navy Blue #084CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 2.61%
G = 24.76%
B = 72.64%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#084CDF (or 0x084CDF) is known color: Navy Blue. HEX triplet: 08, 4C and DF. RGB value is (8,76,223). Sum of RGB (Red+Green+Blue) = 8+76+223=307 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #084CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CDF is #F7B320. Grayscale: #474747. Windows color (decimal): -16233249 or 14633992. OLE color: 14633992.

HSL color Cylindrical-coordinate representation of color #084CDF: hue angle of 221.02º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #084CDF is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 76 223 -
CMYK 0.96 0.66 0 0.13
HSL 221.02º 0.93% 0.45% -
HSV(B) 221.02º 0.96% 0.87% -
XYZ 16 10.55 71 -
YUV 72.43 212.97 82.05 -
System Red Green Blue C M Y K H S L
Decimal 8 76 223 0.96 0.66 0 0.13 221.02 0.93 0.45
Hex 8 4C DF 60 42 0 D DD 5D 2D
Octal 10 114 337 140 102 0 15 335 135 55
Binary 1000 1001100 11011111 1100000 1000010 0 1101 11011101 1011101 101101

Color Harmonies of #084CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CDF

Black with #084CDF

Text Example


Text Example

White with #084CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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