Html Css Color HEX #084CF3 Navy Blue

📋 copy color: '#084CF3'

red 8 ◦ green 76 ◦ blue 243

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

Shades of Navy Blue #084CF3

Tints of Navy Blue #084CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 74.31%

R = 2.45%
G = 23.24%
B = 74.31%

CMYK

 C value IS 0.97

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#084CF3 (or 0x084CF3) is known color: Navy Blue. HEX triplet: 08, 4C and F3. RGB value is (8,76,243). Sum of RGB (Red+Green+Blue) = 8+76+243=327 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 243 (95.31% from 255 or 74.31% from 327); Max value from RGB is 243 - color contains mainly: blue. Hex color #084CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #084CF3 is #F7B30C. Grayscale: #494949. Windows color (decimal): -16233229 or 15944712. OLE color: 15944712.

HSL color Cylindrical-coordinate representation of color #084CF3: hue angle of 222.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #084CF3 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 8 76 243 -
CMYK 0.97 0.69 0 0.05
HSL 222.64º 0.94% 0.49% -
HSV(B) 222.64º 0.97% 0.95% -
XYZ 18.86 11.69 86.06 -
YUV 74.71 222.97 80.42 -
System Red Green Blue C M Y K H S L
Decimal 8 76 243 0.97 0.69 0 0.05 222.64 0.94 0.49
Hex 8 4C F3 61 45 0 5 DF 5E 31
Octal 10 114 363 141 105 0 5 337 136 61
Binary 1000 1001100 11110011 1100001 1000101 0 101 11011111 1011110 110001

Color Harmonies of #084CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084CF3

Black with #084CF3

Text Example


Text Example

White with #084CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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