Html Css Color HEX #8299FE Cornflower Blue

📋 copy color: '#8299FE'

red 130 ◦ green 153 ◦ blue 254

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

Shades of Cornflower Blue #8299FE

Tints of Cornflower Blue #8299FE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.49%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 24.21%
G = 28.49%
B = 47.3%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8299FE (or 0x8299FE) is known color: Cornflower Blue. HEX triplet: 82, 99 and FE. RGB value is (130,153,254). Sum of RGB (Red+Green+Blue) = 130+153+254=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #8299FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299FE is #7D6601. Grayscale: #9D9D9D. Windows color (decimal): -8218114 or 16685442. OLE color: 16685442.

HSL color Cylindrical-coordinate representation of color #8299FE: hue angle of 228.87º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8299FE is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 153 254 -
CMYK 0.49 0.40 0 0.00
HSL 228.87º 0.98% 0.75% -
HSV(B) 228.87º 0.49% 1% -
XYZ 38.49 34.68 98.43 -
YUV 157.64 182.38 108.29 -
System Red Green Blue C M Y K H S L
Decimal 130 153 254 0.49 0.40 0 0.00 228.87 0.98 0.75
Hex 82 99 FE 31 28 0 0 E5 62 4B
Octal 202 231 376 61 50 0 0 345 142 113
Binary 10000010 10011001 11111110 110001 101000 0 0 11100101 1100010 1001011

Color Harmonies of #8299FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299FE

Black with #8299FE

Text Example


Text Example

White with #8299FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8299FE; }

 p { color: rgb(130,153,254); }

 H1.HeaderClassName
 {
   color: #8299FE;
 }
 .AnyTagClassName
 {
   color: #8299FE;
 }
</style>

background-color css

<style>
 a { background-color: #8299FE; }

 a { background-color: rgb(130,153,254); }

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

border-color css

<style>
 span { border-color: #8299FE; }

 span { border-color: rgb(130,153,254); }

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