#748AF9

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

Shades of Cornflower Blue #748AF9

Tints of Cornflower Blue #748AF9

Color information

#748AF9 (or 0x748AF9) is unknown color: approx Cornflower Blue. HEX triplet: 74, 8A and F9. RGB value is (116,138,249). Sum of RGB (Red+Green+Blue) = 116+138+249=503 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.06% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #748AF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748AF9 is #8B7506. Grayscale: #8F8F8F. Windows color (decimal): -9139463 or 16353908. OLE color: 16353908.

HSL color Cylindrical-coordinate representation of color #748AF9: hue angle of 230.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #748AF9 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB116138249-
CMYK0.530.4500.02
HSL230.08º91.72%71.57%-
HSV(B)230.08º53.41%97.65%-
XYZ33.3928.7393.41-
YUV144.08187.21107.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.06%
GREEN value IS 138 (54.30% from 255) = 27.44%
BLUE value IS 249 (97.66% from 255) = 49.50%
R=23.06%
G=27.44%
B=49.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1161382490.530.4500.02230.0891.7271.57
Hex748AF9352D02e65c48
Octal164212371655502346134110
Binary111010010001010111110011101011011010101110011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,249); }

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

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

 a { background-color: rgb(116,138,249); }

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

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

 span { border-color: rgb(116,138,249); }

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