Html Css Color HEX #849FFF Cornflower Blue

📋 copy color: '#849FFF'

red 132 ◦ green 159 ◦ blue 255

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

Shades of Cornflower Blue #849FFF

Tints of Cornflower Blue #849FFF

RGB

 RED value IS 132 (51.95% from 255) = 24.18%

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

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

R = 24.18%
G = 29.12%
B = 46.7%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#849FFF (or 0x849FFF) is known color: Cornflower Blue. HEX triplet: 84, 9F and FF. RGB value is (132,159,255). Sum of RGB (Red+Green+Blue) = 132+159+255=546 (72% of max value = 765). Red value is 132 (51.95% from 255 or 24.18% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #849FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #849FFF is #7B6000. Grayscale: #A1A1A1. Windows color (decimal): -8085505 or 16752516. OLE color: 16752516.

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

Color convert

RGB 132 159 255 -
CMYK 0.48 0.38 0 0
HSL 226.83º 1% 0.76% -
HSV(B) 226.83º 0.48% 1% -
XYZ 39.96 36.92 99.63 -
YUV 161.87 180.55 106.69 -
System Red Green Blue C M Y K H S L
Decimal 132 159 255 0.48 0.38 0 0 226.83 1 0.76
Hex 84 9F FF 30 26 0 0 E3 64 4C
Octal 204 237 377 60 46 0 0 343 144 114
Binary 10000100 10011111 11111111 110000 100110 0 0 11100011 1100100 1001100

Color Harmonies of #849FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849FFF

Black with #849FFF

Text Example


Text Example

White with #849FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849FFF; }

 p { color: rgb(132,159,255); }

 H1.HeaderClassName
 {
   color: #849FFF;
 }
 .AnyTagClassName
 {
   color: #849FFF;
 }
</style>

background-color css

<style>
 a { background-color: #849FFF; }

 a { background-color: rgb(132,159,255); }

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

border-color css

<style>
 span { border-color: #849FFF; }

 span { border-color: rgb(132,159,255); }

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