Html Css Color HEX #829BFC Cornflower Blue

📋 copy color: '#829BFC'

red 130 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #829BFC

Tints of Cornflower Blue #829BFC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.86%

 BLUE value IS 252 (98.83% from 255) = 46.93%

R = 24.21%
G = 28.86%
B = 46.93%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#829BFC (or 0x829BFC) is known color: Cornflower Blue. HEX triplet: 82, 9B and FC. RGB value is (130,155,252). Sum of RGB (Red+Green+Blue) = 130+155+252=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #829BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #829BFC is #7D6403. Grayscale: #9E9E9E. Windows color (decimal): -8217604 or 16554882. OLE color: 16554882.

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

Color convert

RGB 130 155 252 -
CMYK 0.48 0.38 0 0.01
HSL 227.7º 0.95% 0.75% -
HSV(B) 227.7º 0.48% 0.99% -
XYZ 38.5 35.22 96.86 -
YUV 158.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 130 155 252 0.48 0.38 0 0.01 227.7 0.95 0.75
Hex 82 9B FC 30 26 0 1 E4 5F 4B
Octal 202 233 374 60 46 0 1 344 137 113
Binary 10000010 10011011 11111100 110000 100110 0 1 11100100 1011111 1001011

Color Harmonies of #829BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BFC

Black with #829BFC

Text Example


Text Example

White with #829BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,155,252); }

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

background-color css

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

 a { background-color: rgb(130,155,252); }

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

border-color css

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

 span { border-color: rgb(130,155,252); }

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