#7F98FC

Color #7F98FC Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7F98FC

Tints of Cornflower Blue #7F98FC

Color information

#7F98FC (or 0x7F98FC) is unknown color: approx Cornflower Blue. HEX triplet: 7F, 98 and FC. RGB value is (127,152,252). Sum of RGB (Red+Green+Blue) = 127+152+252=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F98FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F98FC is #806703. Grayscale: #9B9B9B. Windows color (decimal): -8414980 or 16554111. OLE color: 16554111.

HSL color Cylindrical-coordinate representation of color #7F98FC: hue angle of 228º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F98FC is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127152252-
CMYK0.500.4000.01
HSL228º95.42%74.31%-
HSV(B)228º49.6%98.82%-
XYZ37.553496.68-
YUV155.92182.22107.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.92%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=23.92%
G=28.63%
B=47.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271522520.500.4000.0122895.4274.31
Hex7F98FC322801e45f4a
Octal177230374625001344137112
Binary11111111001100011111100110010101000011110010010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F98FC; }

 p { color: rgb(127,152,252); }

 H1.HeaderClassName
 {
   color: #7F98FC;
 }
 .AnyTagClassName
 {
   color: #7F98FC;
 }
</style>
background-color css

<style>
 a { background-color: #7F98FC; }

 a { background-color: rgb(127,152,252); }

 div.DivClassName
 {
   background-color: #7F98FC;
 }
 .BgClassName
 {
   background-color: #7F98FC;
 }
</style>
border-color css

<style>
 span { border-color: #7F98FC; }

 span { border-color: rgb(127,152,252); }

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