Html Css Color HEX #829FFD Cornflower Blue

📋 copy color: '#829FFD'

red 130 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #829FFD

Tints of Cornflower Blue #829FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.34%

 BLUE value IS 253 (99.22% from 255) = 46.68%

R = 23.99%
G = 29.34%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#829FFD (or 0x829FFD) is known color: Cornflower Blue. HEX triplet: 82, 9F and FD. RGB value is (130,159,253). Sum of RGB (Red+Green+Blue) = 130+159+253=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #829FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FFD is #7D6002. Grayscale: #A0A0A0. Windows color (decimal): -8216579 or 16621442. OLE color: 16621442.

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

Color convert

RGB 130 159 253 -
CMYK 0.49 0.37 0 0.01
HSL 225.85º 0.97% 0.75% -
HSV(B) 225.85º 0.49% 0.99% -
XYZ 39.33 36.63 97.93 -
YUV 161.05 179.89 105.86 -
System Red Green Blue C M Y K H S L
Decimal 130 159 253 0.49 0.37 0 0.01 225.85 0.97 0.75
Hex 82 9F FD 31 25 0 1 E2 61 4B
Octal 202 237 375 61 45 0 1 342 141 113
Binary 10000010 10011111 11111101 110001 100101 0 1 11100010 1100001 1001011

Color Harmonies of #829FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FFD

Black with #829FFD

Text Example


Text Example

White with #829FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,159,253); }

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

background-color css

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

 a { background-color: rgb(130,159,253); }

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

border-color css

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

 span { border-color: rgb(130,159,253); }

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