Html Css Color HEX #084CDD Navy Blue

📋 copy color: '#084CDD'

red 8 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #084CDD

Tints of Navy Blue #084CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 2.62%
G = 24.92%
B = 72.46%

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

#084CDD (or 0x084CDD) is known color: Navy Blue. HEX triplet: 08, 4C and DD. RGB value is (8,76,221). Sum of RGB (Red+Green+Blue) = 8+76+221=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #084CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CDD is #F7B322. Grayscale: #474747. Windows color (decimal): -16233251 or 14502920. OLE color: 14502920.

HSL color Cylindrical-coordinate representation of color #084CDD: hue angle of 220.85º 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 #084CDD is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 76 221 -
CMYK 0.96 0.66 0 0.13
HSL 220.85º 0.93% 0.45% -
HSV(B) 220.85º 0.96% 0.87% -
XYZ 15.74 10.44 69.59 -
YUV 72.2 211.97 82.21 -
System Red Green Blue C M Y K H S L
Decimal 8 76 221 0.96 0.66 0 0.13 220.85 0.93 0.45
Hex 8 4C DD 60 42 0 D DD 5D 2D
Octal 10 114 335 140 102 0 15 335 135 55
Binary 1000 1001100 11011101 1100000 1000010 0 1101 11011101 1011101 101101

Color Harmonies of #084CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CDD

Black with #084CDD

Text Example


Text Example

White with #084CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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