Html Css Color HEX #758BE7 Cornflower Blue

📋 copy color: '#758BE7'

red 117 ◦ green 139 ◦ blue 231

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

Shades of Cornflower Blue #758BE7

Tints of Cornflower Blue #758BE7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.54%

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 24.02%
G = 28.54%
B = 47.43%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#758BE7 (or 0x758BE7) is known color: Cornflower Blue. HEX triplet: 75, 8B and E7. RGB value is (117,139,231). Sum of RGB (Red+Green+Blue) = 117+139+231=487 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.02% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #758BE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BE7 is #8A7418. Grayscale: #8E8E8E. Windows color (decimal): -9073689 or 15174517. OLE color: 15174517.

HSL color Cylindrical-coordinate representation of color #758BE7: hue angle of 228.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758BE7 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 139 231 -
CMYK 0.49 0.40 0 0.09
HSL 228.42º 0.7% 0.68% -
HSV(B) 228.42º 0.49% 0.91% -
XYZ 30.99 28.02 79.38 -
YUV 142.91 177.71 109.52 -
System Red Green Blue C M Y K H S L
Decimal 117 139 231 0.49 0.40 0 0.09 228.42 0.7 0.68
Hex 75 8B E7 31 28 0 9 E4 46 44
Octal 165 213 347 61 50 0 11 344 106 104
Binary 1110101 10001011 11100111 110001 101000 0 1001 11100100 1000110 1000100

Color Harmonies of #758BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BE7

Black with #758BE7

Text Example


Text Example

White with #758BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,139,231); }

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

background-color css

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

 a { background-color: rgb(117,139,231); }

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

border-color css

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

 span { border-color: rgb(117,139,231); }

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