Html Css Color HEX #0852FD Navy Blue

📋 copy color: '#0852FD'

red 8 ◦ green 82 ◦ blue 253

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

Shades of Navy Blue #0852FD

Tints of Navy Blue #0852FD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

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

R = 2.33%
G = 23.91%
B = 73.76%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0852FD (or 0x0852FD) is known color: Navy Blue. HEX triplet: 08, 52 and FD. RGB value is (8,82,253). Sum of RGB (Red+Green+Blue) = 8+82+253=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #0852FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0852FD is #F7AD02. Grayscale: #4E4E4E. Windows color (decimal): -16231683 or 16601608. OLE color: 16601608.

HSL color Cylindrical-coordinate representation of color #0852FD: hue angle of 221.88º 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 #0852FD is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 82 253 -
CMYK 0.97 0.68 0 0.01
HSL 221.88º 0.98% 0.51% -
HSV(B) 221.88º 0.97% 0.99% -
XYZ 20.85 13.18 94.37 -
YUV 79.37 225.98 77.1 -
System Red Green Blue C M Y K H S L
Decimal 8 82 253 0.97 0.68 0 0.01 221.88 0.98 0.51
Hex 8 52 FD 61 44 0 1 DE 62 33
Octal 10 122 375 141 104 0 1 336 142 63
Binary 1000 1010010 11111101 1100001 1000100 0 1 11011110 1100010 110011

Color Harmonies of #0852FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0852FD

Black with #0852FD

Text Example


Text Example

White with #0852FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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