#799BFD

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

Shades of Cornflower Blue #799BFD

Tints of Cornflower Blue #799BFD

Color information

#799BFD (or 0x799BFD) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9B and FD. RGB value is (121,155,253). Sum of RGB (Red+Green+Blue) = 121+155+253=529 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.87% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #799BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BFD is #866402. Grayscale: #9B9B9B. Windows color (decimal): -8807427 or 16620409. OLE color: 16620409.

HSL color Cylindrical-coordinate representation of color #799BFD: hue angle of 224.55º 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 #799BFD is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121155253-
CMYK0.520.3900.01
HSL224.55º97.06%73.33%-
HSV(B)224.55º52.17%99.22%-
XYZ37.3434.697.64-
YUV156.01182.74103.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.87%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=22.87%
G=29.30%
B=47.83%

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
Decimal1211552530.520.3900.01224.5597.0673.33
Hex799BFD342701e16149
Octal171233375644701341141111
Binary11110011001101111111101110100100111011110000111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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