Html Css Color HEX #0829FA Blue

📋 copy color: '#0829FA'

red 8 ◦ green 41 ◦ blue 250

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

Shades of Blue #0829FA

Tints of Blue #0829FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

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

R = 2.68%
G = 13.71%
B = 83.61%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0829FA (or 0x0829FA) is known color: Blue. HEX triplet: 08, 29 and FA. RGB value is (8,41,250). Sum of RGB (Red+Green+Blue) = 8+41+250=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 250 (98.05% from 255 or 83.61% from 299); Max value from RGB is 250 - color contains mainly: blue. Hex color #0829FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829FA is #F7D605. Grayscale: #363636. Windows color (decimal): -16242182 or 16394504. OLE color: 16394504.

HSL color Cylindrical-coordinate representation of color #0829FA: hue angle of 231.82º 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 #0829FA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 41 250 -
CMYK 0.97 0.84 0 0.02
HSL 231.82º 0.96% 0.51% -
HSV(B) 231.82º 0.97% 0.98% -
XYZ 18.15 8.54 91.13 -
YUV 54.96 238.07 94.51 -
System Red Green Blue C M Y K H S L
Decimal 8 41 250 0.97 0.84 0 0.02 231.82 0.96 0.51
Hex 8 29 FA 61 54 0 2 E8 60 33
Octal 10 51 372 141 124 0 2 350 140 63
Binary 1000 101001 11111010 1100001 1010100 0 10 11101000 1100000 110011

Color Harmonies of #0829FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829FA

Black with #0829FA

Text Example


Text Example

White with #0829FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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