#759BFD

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

Shades of Cornflower Blue #759BFD

Tints of Cornflower Blue #759BFD

Color information

#759BFD (or 0x759BFD) is unknown color: approx Cornflower Blue. HEX triplet: 75, 9B and FD. RGB value is (117,155,253). Sum of RGB (Red+Green+Blue) = 117+155+253=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #759BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BFD is #8A6402. Grayscale: #9A9A9A. Windows color (decimal): -9069571 or 16620405. OLE color: 16620405.

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

Color convert

RGB117155253-
CMYK0.540.3900.01
HSL223.24º97.14%72.55%-
HSV(B)223.24º53.75%99.22%-
XYZ36.7934.3297.61-
YUV154.81183.41101.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.29%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=22.29%
G=29.52%
B=48.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171552530.540.3900.01223.2497.1472.55
Hex759BFD362701df6149
Octal165233375664701337141111
Binary11101011001101111111101110110100111011101111111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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