Html Css Color HEX #829AFB Cornflower Blue

📋 copy color: '#829AFB'

red 130 ◦ green 154 ◦ blue 251

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

Shades of Cornflower Blue #829AFB

Tints of Cornflower Blue #829AFB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.79%

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

R = 24.3%
G = 28.79%
B = 46.92%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#829AFB (or 0x829AFB) is known color: Cornflower Blue. HEX triplet: 82, 9A and FB. RGB value is (130,154,251). Sum of RGB (Red+Green+Blue) = 130+154+251=535 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.30% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #829AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829AFB is #7D6504. Grayscale: #9D9D9D. Windows color (decimal): -8217861 or 16489090. OLE color: 16489090.

HSL color Cylindrical-coordinate representation of color #829AFB: hue angle of 228.1º 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 #829AFB is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 154 251 -
CMYK 0.48 0.39 0 0.02
HSL 228.1º 0.94% 0.75% -
HSV(B) 228.1º 0.48% 0.98% -
XYZ 38.17 34.82 95.98 -
YUV 157.88 180.55 108.11 -
System Red Green Blue C M Y K H S L
Decimal 130 154 251 0.48 0.39 0 0.02 228.1 0.94 0.75
Hex 82 9A FB 30 27 0 2 E4 5E 4B
Octal 202 232 373 60 47 0 2 344 136 113
Binary 10000010 10011010 11111011 110000 100111 0 10 11100100 1011110 1001011

Color Harmonies of #829AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829AFB

Black with #829AFB

Text Example


Text Example

White with #829AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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