Html Css Color HEX #084CE0 Navy Blue

📋 copy color: '#084CE0'

red 8 ◦ green 76 ◦ blue 224

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

Shades of Navy Blue #084CE0

Tints of Navy Blue #084CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 72.73%

R = 2.6%
G = 24.68%
B = 72.73%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#084CE0 (or 0x084CE0) is known color: Navy Blue. HEX triplet: 08, 4C and E0. RGB value is (8,76,224). Sum of RGB (Red+Green+Blue) = 8+76+224=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #084CE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #084CE0 is #F7B31F. Grayscale: #474747. Windows color (decimal): -16233248 or 14699528. OLE color: 14699528.

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

Color convert

RGB 8 76 224 -
CMYK 0.96 0.66 0 0.12
HSL 221.11º 0.93% 0.45% -
HSV(B) 221.11º 0.96% 0.88% -
XYZ 16.14 10.6 71.72 -
YUV 72.54 213.47 81.97 -
System Red Green Blue C M Y K H S L
Decimal 8 76 224 0.96 0.66 0 0.12 221.11 0.93 0.45
Hex 8 4C E0 60 42 0 C DD 5D 2D
Octal 10 114 340 140 102 0 14 335 135 55
Binary 1000 1001100 11100000 1100000 1000010 0 1100 11011101 1011101 101101

Color Harmonies of #084CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CE0

Black with #084CE0

Text Example


Text Example

White with #084CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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