Html Css Color HEX #829FFB Cornflower Blue

📋 copy color: '#829FFB'

red 130 ◦ green 159 ◦ blue 251

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

Shades of Cornflower Blue #829FFB

Tints of Cornflower Blue #829FFB

RGB

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

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

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

R = 24.07%
G = 29.44%
B = 46.48%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#829FFB (or 0x829FFB) is known color: Cornflower Blue. HEX triplet: 82, 9F and FB. RGB value is (130,159,251). Sum of RGB (Red+Green+Blue) = 130+159+251=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 159 (62.5% from 255 or 29.44% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #829FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829FFB is #7D6004. Grayscale: #A0A0A0. Windows color (decimal): -8216581 or 16490370. OLE color: 16490370.

HSL color Cylindrical-coordinate representation of color #829FFB: hue angle of 225.62º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #829FFB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 159 251 -
CMYK 0.48 0.37 0 0.02
HSL 225.62º 0.94% 0.75% -
HSV(B) 225.62º 0.48% 0.98% -
XYZ 39.02 36.51 96.26 -
YUV 160.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 130 159 251 0.48 0.37 0 0.02 225.62 0.94 0.75
Hex 82 9F FB 30 25 0 2 E2 5E 4B
Octal 202 237 373 60 45 0 2 342 136 113
Binary 10000010 10011111 11111011 110000 100101 0 10 11100010 1011110 1001011

Color Harmonies of #829FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FFB

Black with #829FFB

Text Example


Text Example

White with #829FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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