Html Css Color HEX #758AEB Cornflower Blue

📋 copy color: '#758AEB'

red 117 ◦ green 138 ◦ blue 235

#758AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #758AEB

Tints of Cornflower Blue #758AEB

RGB

 RED value IS 117 (46.09% from 255) = 23.88%

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 23.88%
G = 28.16%
B = 47.96%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#758AEB (or 0x758AEB) is known color: Cornflower Blue. HEX triplet: 75, 8A and EB. RGB value is (117,138,235). Sum of RGB (Red+Green+Blue) = 117+138+235=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #758AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AEB is #8A7514. Grayscale: #8E8E8E. Windows color (decimal): -9073941 or 15436405. OLE color: 15436405.

HSL color Cylindrical-coordinate representation of color #758AEB: hue angle of 229.32º degrees, saturation: 0.75, 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 #758AEB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 138 235 -
CMYK 0.50 0.41 0 0.08
HSL 229.32º 0.75% 0.69% -
HSV(B) 229.32º 0.5% 0.92% -
XYZ 31.42 27.96 82.34 -
YUV 142.78 180.04 109.61 -
System Red Green Blue C M Y K H S L
Decimal 117 138 235 0.50 0.41 0 0.08 229.32 0.75 0.69
Hex 75 8A EB 32 29 0 8 E5 4B 45
Octal 165 212 353 62 51 0 10 345 113 105
Binary 1110101 10001010 11101011 110010 101001 0 1000 11100101 1001011 1000101

Color Harmonies of #758AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AEB

Black with #758AEB

Text Example


Text Example

White with #758AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,235); }

 H1.HeaderClassName
 {
   color: #758AEB;
 }
 .AnyTagClassName
 {
   color: #758AEB;
 }
</style>

background-color css

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

 a { background-color: rgb(117,138,235); }

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

border-color css

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

 span { border-color: rgb(117,138,235); }

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