Html Css Color HEX #0825FF Blue

📋 copy color: '#0825FF'

red 8 ◦ green 37 ◦ blue 255

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

Shades of Blue #0825FF

Tints of Blue #0825FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

 BLUE value IS 255 (100% from 255) = 85%

R = 2.67%
G = 12.33%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0825FF (or 0x0825FF) is known color: Blue. HEX triplet: 08, 25 and FF. RGB value is (8,37,255). Sum of RGB (Red+Green+Blue) = 8+37+255=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #0825FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0825FF is #F7DA00. Grayscale: #343434. Windows color (decimal): -16243201 or 16721160. OLE color: 16721160.

HSL color Cylindrical-coordinate representation of color #0825FF: hue angle of 232.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0825FF is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 37 255 -
CMYK 0.97 0.85 0 0
HSL 232.96º 1% 0.52% -
HSV(B) 232.96º 0.97% 1% -
XYZ 18.81 8.59 95.28 -
YUV 53.18 241.89 95.77 -
System Red Green Blue C M Y K H S L
Decimal 8 37 255 0.97 0.85 0 0 232.96 1 0.52
Hex 8 25 FF 61 55 0 0 E9 64 34
Octal 10 45 377 141 125 0 0 351 144 64
Binary 1000 100101 11111111 1100001 1010101 0 0 11101001 1100100 110100

Color Harmonies of #0825FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825FF

Black with #0825FF

Text Example


Text Example

White with #0825FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0825FF; }

 p { color: rgb(8,37,255); }

 H1.HeaderClassName
 {
   color: #0825FF;
 }
 .AnyTagClassName
 {
   color: #0825FF;
 }
</style>

background-color css

<style>
 a { background-color: #0825FF; }

 a { background-color: rgb(8,37,255); }

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

border-color css

<style>
 span { border-color: #0825FF; }

 span { border-color: rgb(8,37,255); }

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