Html Css Color HEX #084BEE Navy Blue

📋 copy color: '#084BEE'

red 8 ◦ green 75 ◦ blue 238

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

Shades of Navy Blue #084BEE

Tints of Navy Blue #084BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.36%

 BLUE value IS 238 (93.36% from 255) = 74.14%

R = 2.49%
G = 23.36%
B = 74.14%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#084BEE (or 0x084BEE) is known color: Navy Blue. HEX triplet: 08, 4B and EE. RGB value is (8,75,238). Sum of RGB (Red+Green+Blue) = 8+75+238=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 238 (93.36% from 255 or 74.14% from 321); Max value from RGB is 238 - color contains mainly: blue. Hex color #084BEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084BEE is #F7B411. Grayscale: #484848. Windows color (decimal): -16233490 or 15616776. OLE color: 15616776.

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

Color convert

RGB 8 75 238 -
CMYK 0.97 0.68 0 0.07
HSL 222.52º 0.93% 0.48% -
HSV(B) 222.52º 0.97% 0.93% -
XYZ 18.05 11.26 82.11 -
YUV 73.55 220.8 81.25 -
System Red Green Blue C M Y K H S L
Decimal 8 75 238 0.97 0.68 0 0.07 222.52 0.93 0.48
Hex 8 4B EE 61 44 0 7 DF 5D 30
Octal 10 113 356 141 104 0 7 337 135 60
Binary 1000 1001011 11101110 1100001 1000100 0 111 11011111 1011101 110000

Color Harmonies of #084BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084BEE

Black with #084BEE

Text Example


Text Example

White with #084BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,75,238); }

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

background-color css

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

 a { background-color: rgb(8,75,238); }

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

border-color css

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

 span { border-color: rgb(8,75,238); }

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