Html Css Color HEX #0829FB Blue

📋 copy color: '#0829FB'

red 8 ◦ green 41 ◦ blue 251

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

Shades of Blue #0829FB

Tints of Blue #0829FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 83.67%

R = 2.67%
G = 13.67%
B = 83.67%

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

#0829FB (or 0x0829FB) is known color: Blue. HEX triplet: 08, 29 and FB. RGB value is (8,41,251). Sum of RGB (Red+Green+Blue) = 8+41+251=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #0829FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0829FB is #F7D604. Grayscale: #363636. Windows color (decimal): -16242181 or 16460040. OLE color: 16460040.

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

Color convert

RGB 8 41 251 -
CMYK 0.97 0.84 0 0.02
HSL 231.85º 0.97% 0.51% -
HSV(B) 231.85º 0.97% 0.98% -
XYZ 18.31 8.6 91.96 -
YUV 55.07 238.57 94.42 -
System Red Green Blue C M Y K H S L
Decimal 8 41 251 0.97 0.84 0 0.02 231.85 0.97 0.51
Hex 8 29 FB 61 54 0 2 E8 61 33
Octal 10 51 373 141 124 0 2 350 141 63
Binary 1000 101001 11111011 1100001 1010100 0 10 11101000 1100001 110011

Color Harmonies of #0829FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0829FB

Black with #0829FB

Text Example


Text Example

White with #0829FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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