Html Css Color HEX #758CEB Cornflower Blue

📋 copy color: '#758CEB'

red 117 ◦ green 140 ◦ blue 235

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

Shades of Cornflower Blue #758CEB

Tints of Cornflower Blue #758CEB

RGB

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

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

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

R = 23.78%
G = 28.46%
B = 47.76%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#758CEB (or 0x758CEB) is known color: Cornflower Blue. HEX triplet: 75, 8C and EB. RGB value is (117,140,235). Sum of RGB (Red+Green+Blue) = 117+140+235=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #758CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CEB is #8A7314. Grayscale: #8F8F8F. Windows color (decimal): -9073429 or 15436917. OLE color: 15436917.

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

Color convert

RGB 117 140 235 -
CMYK 0.50 0.40 0 0.08
HSL 228.31º 0.75% 0.69% -
HSV(B) 228.31º 0.5% 0.92% -
XYZ 31.71 28.54 82.43 -
YUV 143.95 179.38 108.78 -
System Red Green Blue C M Y K H S L
Decimal 117 140 235 0.50 0.40 0 0.08 228.31 0.75 0.69
Hex 75 8C EB 32 28 0 8 E4 4B 45
Octal 165 214 353 62 50 0 10 344 113 105
Binary 1110101 10001100 11101011 110010 101000 0 1000 11100100 1001011 1000101

Color Harmonies of #758CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CEB

Black with #758CEB

Text Example


Text Example

White with #758CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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