Html Css Color HEX #0844FD Navy Blue

📋 copy color: '#0844FD'

red 8 ◦ green 68 ◦ blue 253

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

Shades of Navy Blue #0844FD

Tints of Navy Blue #0844FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

 BLUE value IS 253 (99.22% from 255) = 76.9%

R = 2.43%
G = 20.67%
B = 76.9%

CMYK

 C value IS 0.97

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0844FD (or 0x0844FD) is known color: Navy Blue. HEX triplet: 08, 44 and FD. RGB value is (8,68,253). Sum of RGB (Red+Green+Blue) = 8+68+253=329 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.43% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 253 (99.22% from 255 or 76.90% from 329); Max value from RGB is 253 - color contains mainly: blue. Hex color #0844FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0844FD is #F7BB02. Grayscale: #464646. Windows color (decimal): -16235267 or 16598024. OLE color: 16598024.

HSL color Cylindrical-coordinate representation of color #0844FD: hue angle of 225.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0844FD is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 68 253 -
CMYK 0.97 0.73 0 0.01
HSL 225.31º 0.98% 0.51% -
HSV(B) 225.31º 0.97% 0.99% -
XYZ 19.9 11.28 94.06 -
YUV 71.15 230.62 82.96 -
System Red Green Blue C M Y K H S L
Decimal 8 68 253 0.97 0.73 0 0.01 225.31 0.98 0.51
Hex 8 44 FD 61 49 0 1 E1 62 33
Octal 10 104 375 141 111 0 1 341 142 63
Binary 1000 1000100 11111101 1100001 1001001 0 1 11100001 1100010 110011

Color Harmonies of #0844FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0844FD

Black with #0844FD

Text Example


Text Example

White with #0844FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0844FD; }

 p { color: rgb(8,68,253); }

 H1.HeaderClassName
 {
   color: #0844FD;
 }
 .AnyTagClassName
 {
   color: #0844FD;
 }
</style>

background-color css

<style>
 a { background-color: #0844FD; }

 a { background-color: rgb(8,68,253); }

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

border-color css

<style>
 span { border-color: #0844FD; }

 span { border-color: rgb(8,68,253); }

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