Html Css Color HEX #8299FF Cornflower Blue

📋 copy color: '#8299FF'

red 130 ◦ green 153 ◦ blue 255

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

Shades of Cornflower Blue #8299FF

Tints of Cornflower Blue #8299FF

RGB

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

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

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

R = 24.16%
G = 28.44%
B = 47.4%

CMYK

 C value IS 0.49

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8299FF (or 0x8299FF) is known color: Cornflower Blue. HEX triplet: 82, 99 and FF. RGB value is (130,153,255). Sum of RGB (Red+Green+Blue) = 130+153+255=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 153 (60.16% from 255 or 28.44% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #8299FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8299FF is #7D6600. Grayscale: #9D9D9D. Windows color (decimal): -8218113 or 16750978. OLE color: 16750978.

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

Color convert

RGB 130 153 255 -
CMYK 0.49 0.4 0 0
HSL 228.96º 1% 0.75% -
HSV(B) 228.96º 0.49% 1% -
XYZ 38.65 34.75 99.28 -
YUV 157.75 182.88 108.21 -
System Red Green Blue C M Y K H S L
Decimal 130 153 255 0.49 0.4 0 0 228.96 1 0.75
Hex 82 99 FF 31 28 0 0 E5 64 4B
Octal 202 231 377 61 50 0 0 345 144 113
Binary 10000010 10011001 11111111 110001 101000 0 0 11100101 1100100 1001011

Color Harmonies of #8299FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8299FF

Black with #8299FF

Text Example


Text Example

White with #8299FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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