Html Css Color HEX #758EFF Cornflower Blue

📋 copy color: '#758EFF'

red 117 ◦ green 142 ◦ blue 255

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

Shades of Cornflower Blue #758EFF

Tints of Cornflower Blue #758EFF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.63%

 BLUE value IS 255 (100% from 255) = 49.61%

R = 22.76%
G = 27.63%
B = 49.61%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#758EFF (or 0x758EFF) is known color: Cornflower Blue. HEX triplet: 75, 8E and FF. RGB value is (117,142,255). Sum of RGB (Red+Green+Blue) = 117+142+255=514 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.76% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #758EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EFF is #8A7100. Grayscale: #929292. Windows color (decimal): -9072897 or 16748149. OLE color: 16748149.

HSL color Cylindrical-coordinate representation of color #758EFF: hue angle of 229.13º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758EFF is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 142 255 -
CMYK 0.54 0.44 0 0
HSL 229.13º 1% 0.73% -
HSV(B) 229.13º 0.54% 1% -
XYZ 35.06 30.35 98.62 -
YUV 147.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 117 142 255 0.54 0.44 0 0 229.13 1 0.73
Hex 75 8E FF 36 2C 0 0 E5 64 49
Octal 165 216 377 66 54 0 0 345 144 111
Binary 1110101 10001110 11111111 110110 101100 0 0 11100101 1100100 1001001

Color Harmonies of #758EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EFF

Black with #758EFF

Text Example


Text Example

White with #758EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,255); }

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

background-color css

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

 a { background-color: rgb(117,142,255); }

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

border-color css

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

 span { border-color: rgb(117,142,255); }

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