Html Css Color HEX #758BE8 Cornflower Blue

📋 copy color: '#758BE8'

red 117 ◦ green 139 ◦ blue 232

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

Shades of Cornflower Blue #758BE8

Tints of Cornflower Blue #758BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.54%

R = 23.98%
G = 28.48%
B = 47.54%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#758BE8 (or 0x758BE8) is known color: Cornflower Blue. HEX triplet: 75, 8B and E8. RGB value is (117,139,232). Sum of RGB (Red+Green+Blue) = 117+139+232=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #758BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BE8 is #8A7417. Grayscale: #8E8E8E. Windows color (decimal): -9073688 or 15240053. OLE color: 15240053.

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

Color convert

RGB 117 139 232 -
CMYK 0.50 0.40 0 0.09
HSL 228.52º 0.71% 0.68% -
HSV(B) 228.52º 0.5% 0.91% -
XYZ 31.13 28.07 80.12 -
YUV 143.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 117 139 232 0.50 0.40 0 0.09 228.52 0.71 0.68
Hex 75 8B E8 32 28 0 9 E5 47 44
Octal 165 213 350 62 50 0 11 345 107 104
Binary 1110101 10001011 11101000 110010 101000 0 1001 11100101 1000111 1000100

Color Harmonies of #758BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BE8

Black with #758BE8

Text Example


Text Example

White with #758BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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