#749DFC

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

Shades of Cornflower Blue #749DFC

Tints of Cornflower Blue #749DFC

Color information

#749DFC (or 0x749DFC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 9D and FC. RGB value is (116,157,252). Sum of RGB (Red+Green+Blue) = 116+157+252=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #749DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #749DFC is #8B6203. Grayscale: #9B9B9B. Windows color (decimal): -9134596 or 16555380. OLE color: 16555380.

HSL color Cylindrical-coordinate representation of color #749DFC: hue angle of 221.91º 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 #749DFC is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB116157252-
CMYK0.540.3800.01
HSL221.91º95.77%72.16%-
HSV(B)221.91º53.97%98.82%-
XYZ36.8334.8696.88-
YUV155.57182.4299.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.10%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 252 (98.83% from 255) = 48%
R=22.10%
G=29.90%
B=48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1161572520.540.3800.01221.9195.7772.16
Hex749DFC362601de6048
Octal164235374664601336140110
Binary11101001001110111111100110110100110011101111011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749DFC; }

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

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

<style>
 a { background-color: #749DFC; }

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

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

<style>
 span { border-color: #749DFC; }

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

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