Html Css Color HEX #758FEE Cornflower Blue

📋 copy color: '#758FEE'

red 117 ◦ green 143 ◦ blue 238

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

Shades of Cornflower Blue #758FEE

Tints of Cornflower Blue #758FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.71%

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 23.49%
G = 28.71%
B = 47.79%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#758FEE (or 0x758FEE) is known color: Cornflower Blue. HEX triplet: 75, 8F and EE. RGB value is (117,143,238). Sum of RGB (Red+Green+Blue) = 117+143+238=498 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.49% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #758FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FEE is #8A7011. Grayscale: #919191. Windows color (decimal): -9072658 or 15634293. OLE color: 15634293.

HSL color Cylindrical-coordinate representation of color #758FEE: hue angle of 227.11º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758FEE is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 143 238 -
CMYK 0.51 0.40 0 0.07
HSL 227.11º 0.78% 0.7% -
HSV(B) 227.11º 0.51% 0.93% -
XYZ 32.59 29.6 84.88 -
YUV 146.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 117 143 238 0.51 0.40 0 0.07 227.11 0.78 0.7
Hex 75 8F EE 33 28 0 7 E3 4E 46
Octal 165 217 356 63 50 0 7 343 116 106
Binary 1110101 10001111 11101110 110011 101000 0 111 11100011 1001110 1000110

Color Harmonies of #758FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FEE

Black with #758FEE

Text Example


Text Example

White with #758FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,143,238); }

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

background-color css

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

 a { background-color: rgb(117,143,238); }

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

border-color css

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

 span { border-color: rgb(117,143,238); }

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