Html Css Color HEX #758CFE Cornflower Blue

📋 copy color: '#758CFE'

red 117 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #758CFE

Tints of Cornflower Blue #758CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.4%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 22.9%
G = 27.4%
B = 49.71%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#758CFE (or 0x758CFE) is known color: Cornflower Blue. HEX triplet: 75, 8C and FE. RGB value is (117,140,254). Sum of RGB (Red+Green+Blue) = 117+140+254=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #758CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CFE is #8A7301. Grayscale: #919191. Windows color (decimal): -9073410 or 16682101. OLE color: 16682101.

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

Color convert

RGB 117 140 254 -
CMYK 0.54 0.45 0 0.00
HSL 229.93º 0.99% 0.73% -
HSV(B) 229.93º 0.54% 1% -
XYZ 34.6 29.69 97.67 -
YUV 146.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 117 140 254 0.54 0.45 0 0.00 229.93 0.99 0.73
Hex 75 8C FE 36 2D 0 0 E6 63 49
Octal 165 214 376 66 55 0 0 346 143 111
Binary 1110101 10001100 11111110 110110 101101 0 0 11100110 1100011 1001001

Color Harmonies of #758CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CFE

Black with #758CFE

Text Example


Text Example

White with #758CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,140,254); }

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

background-color css

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

 a { background-color: rgb(117,140,254); }

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

border-color css

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

 span { border-color: rgb(117,140,254); }

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