Html Css Color HEX #8098FA Cornflower Blue

📋 copy color: '#8098FA'

red 128 ◦ green 152 ◦ blue 250

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

Shades of Cornflower Blue #8098FA

Tints of Cornflower Blue #8098FA

RGB

 RED value IS 128 (50.39% from 255) = 24.15%

 GREEN value IS 152 (59.77% from 255) = 28.68%

 BLUE value IS 250 (98.05% from 255) = 47.17%

R = 24.15%
G = 28.68%
B = 47.17%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8098FA (or 0x8098FA) is known color: Cornflower Blue. HEX triplet: 80, 98 and FA. RGB value is (128,152,250). Sum of RGB (Red+Green+Blue) = 128+152+250=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #8098FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8098FA is #7F6705. Grayscale: #9B9B9B. Windows color (decimal): -8349446 or 16423040. OLE color: 16423040.

HSL color Cylindrical-coordinate representation of color #8098FA: hue angle of 228.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8098FA is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 152 250 -
CMYK 0.49 0.39 0 0.02
HSL 228.2º 0.92% 0.74% -
HSV(B) 228.2º 0.49% 0.98% -
XYZ 37.39 33.95 95.02 -
YUV 156 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 128 152 250 0.49 0.39 0 0.02 228.2 0.92 0.74
Hex 80 98 FA 31 27 0 2 E4 5C 4A
Octal 200 230 372 61 47 0 2 344 134 112
Binary 10000000 10011000 11111010 110001 100111 0 10 11100100 1011100 1001010

Color Harmonies of #8098FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8098FA

Black with #8098FA

Text Example


Text Example

White with #8098FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8098FA; }

 p { color: rgb(128,152,250); }

 H1.HeaderClassName
 {
   color: #8098FA;
 }
 .AnyTagClassName
 {
   color: #8098FA;
 }
</style>

background-color css

<style>
 a { background-color: #8098FA; }

 a { background-color: rgb(128,152,250); }

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

border-color css

<style>
 span { border-color: #8098FA; }

 span { border-color: rgb(128,152,250); }

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