Html Css Color HEX #0825FA Blue

📋 copy color: '#0825FA'

red 8 ◦ green 37 ◦ blue 250

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

Shades of Blue #0825FA

Tints of Blue #0825FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 84.75%

R = 2.71%
G = 12.54%
B = 84.75%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0825FA (or 0x0825FA) is known color: Blue. HEX triplet: 08, 25 and FA. RGB value is (8,37,250). Sum of RGB (Red+Green+Blue) = 8+37+250=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #0825FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0825FA is #F7DA05. Grayscale: #333333. Windows color (decimal): -16243206 or 16393480. OLE color: 16393480.

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

Color convert

RGB 8 37 250 -
CMYK 0.97 0.85 0 0.02
HSL 232.81º 0.96% 0.51% -
HSV(B) 232.81º 0.97% 0.98% -
XYZ 18.02 8.28 91.09 -
YUV 52.61 239.39 96.18 -
System Red Green Blue C M Y K H S L
Decimal 8 37 250 0.97 0.85 0 0.02 232.81 0.96 0.51
Hex 8 25 FA 61 55 0 2 E9 60 33
Octal 10 45 372 141 125 0 2 351 140 63
Binary 1000 100101 11111010 1100001 1010101 0 10 11101001 1100000 110011

Color Harmonies of #0825FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0825FA

Black with #0825FA

Text Example


Text Example

White with #0825FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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