#799AFD

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

Shades of Cornflower Blue #799AFD

Tints of Cornflower Blue #799AFD

Color information

#799AFD (or 0x799AFD) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9A and FD. RGB value is (121,154,253). Sum of RGB (Red+Green+Blue) = 121+154+253=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #799AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AFD is #866502. Grayscale: #9A9A9A. Windows color (decimal): -8807683 or 16620153. OLE color: 16620153.

HSL color Cylindrical-coordinate representation of color #799AFD: hue angle of 225º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799AFD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121154253-
CMYK0.520.3900.01
HSL225º97.06%73.33%-
HSV(B)225º52.17%99.22%-
XYZ37.1734.2797.58-
YUV155.42183.07103.45-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 154 (60.55% from 255) = 29.17%
BLUE value IS 253 (99.22% from 255) = 47.92%
R=22.92%
G=29.17%
B=47.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211542530.520.3900.0122597.0673.33
Hex799AFD342701e16149
Octal171232375644701341141111
Binary11110011001101011111101110100100111011110000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799AFD; }

 p { color: rgb(121,154,253); }

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

<style>
 a { background-color: #799AFD; }

 a { background-color: rgb(121,154,253); }

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

<style>
 span { border-color: #799AFD; }

 span { border-color: rgb(121,154,253); }

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