#748FFC

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

Shades of Cornflower Blue #748FFC

Tints of Cornflower Blue #748FFC

Color information

#748FFC (or 0x748FFC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8F and FC. RGB value is (116,143,252). Sum of RGB (Red+Green+Blue) = 116+143+252=511 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.70% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #748FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FFC is #8B7003. Grayscale: #929292. Windows color (decimal): -9138180 or 16551796. OLE color: 16551796.

HSL color Cylindrical-coordinate representation of color #748FFC: hue angle of 228.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #748FFC is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116143252-
CMYK0.540.4300.01
HSL228.09º95.77%72.16%-
HSV(B)228.09º53.97%98.82%-
XYZ34.630.3996.14-
YUV147.35187.05105.64-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.70%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 252 (98.83% from 255) = 49.32%
R=22.70%
G=27.98%
B=49.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161432520.540.4300.01228.0995.7772.16
Hex748FFC362B01e46048
Octal164217374665301344140110
Binary11101001000111111111100110110101011011110010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748FFC; }

 p { color: rgb(116,143,252); }

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

<style>
 a { background-color: #748FFC; }

 a { background-color: rgb(116,143,252); }

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

<style>
 span { border-color: #748FFC; }

 span { border-color: rgb(116,143,252); }

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