#758DEA

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

Shades of Cornflower Blue #758DEA

Tints of Cornflower Blue #758DEA

Color information

#758DEA (or 0x758DEA) is unknown color: approx Cornflower Blue. HEX triplet: 75, 8D and EA. RGB value is (117,141,234). Sum of RGB (Red+Green+Blue) = 117+141+234=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #758DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DEA is #8A7215. Grayscale: #909090. Windows color (decimal): -9073174 or 15371637. OLE color: 15371637.

HSL color Cylindrical-coordinate representation of color #758DEA: hue angle of 227.69º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #758DEA is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB117141234-
CMYK0.50.4000.08
HSL227.69º73.58%68.82%-
HSV(B)227.69º50%91.76%-
XYZ31.7128.7781.72-
YUV144.43178.55108.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.78%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=23.78%
G=28.66%
B=47.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1171412340.50.4000.08227.6973.5868.82
Hex758DEA322808e44a45
Octal1652153526250010344112105
Binary11101011000110111101010110010101000010001110010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758DEA; }

 p { color: rgb(117,141,234); }

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

<style>
 a { background-color: #758DEA; }

 a { background-color: rgb(117,141,234); }

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

<style>
 span { border-color: #758DEA; }

 span { border-color: rgb(117,141,234); }

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