Html Css Color HEX #829DFF Cornflower Blue

📋 copy color: '#829DFF'

red 130 ◦ green 157 ◦ blue 255

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

Shades of Cornflower Blue #829DFF

Tints of Cornflower Blue #829DFF

RGB

 RED value IS 130 (51.17% from 255) = 23.99%

 GREEN value IS 157 (61.72% from 255) = 28.97%

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

R = 23.99%
G = 28.97%
B = 47.05%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#829DFF (or 0x829DFF) is known color: Cornflower Blue. HEX triplet: 82, 9D and FF. RGB value is (130,157,255). Sum of RGB (Red+Green+Blue) = 130+157+255=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #829DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829DFF is #7D6200. Grayscale: #9F9F9F. Windows color (decimal): -8217089 or 16752002. OLE color: 16752002.

HSL color Cylindrical-coordinate representation of color #829DFF: hue angle of 227.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #829DFF is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 157 255 -
CMYK 0.49 0.38 0 0
HSL 227.04º 1% 0.75% -
HSV(B) 227.04º 0.49% 1% -
XYZ 39.31 36.08 99.5 -
YUV 160.1 181.55 106.53 -
System Red Green Blue C M Y K H S L
Decimal 130 157 255 0.49 0.38 0 0 227.04 1 0.75
Hex 82 9D FF 31 26 0 0 E3 64 4B
Octal 202 235 377 61 46 0 0 343 144 113
Binary 10000010 10011101 11111111 110001 100110 0 0 11100011 1100100 1001011

Color Harmonies of #829DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DFF

Black with #829DFF

Text Example


Text Example

White with #829DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829DFF; }

 p { color: rgb(130,157,255); }

 H1.HeaderClassName
 {
   color: #829DFF;
 }
 .AnyTagClassName
 {
   color: #829DFF;
 }
</style>

background-color css

<style>
 a { background-color: #829DFF; }

 a { background-color: rgb(130,157,255); }

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

border-color css

<style>
 span { border-color: #829DFF; }

 span { border-color: rgb(130,157,255); }

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