Html Css Color HEX #758CE8 Cornflower Blue

📋 copy color: '#758CE8'

red 117 ◦ green 140 ◦ blue 232

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

Shades of Cornflower Blue #758CE8

Tints of Cornflower Blue #758CE8

RGB

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

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

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

R = 23.93%
G = 28.63%
B = 47.44%

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

#758CE8 (or 0x758CE8) is known color: Cornflower Blue. HEX triplet: 75, 8C and E8. RGB value is (117,140,232). Sum of RGB (Red+Green+Blue) = 117+140+232=489 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.93% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #758CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CE8 is #8A7317. Grayscale: #8F8F8F. Windows color (decimal): -9073432 or 15240309. OLE color: 15240309.

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

Color convert

RGB 117 140 232 -
CMYK 0.50 0.40 0 0.09
HSL 228º 0.71% 0.68% -
HSV(B) 228º 0.5% 0.91% -
XYZ 31.28 28.36 80.17 -
YUV 143.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 117 140 232 0.50 0.40 0 0.09 228 0.71 0.68
Hex 75 8C E8 32 28 0 9 E4 47 44
Octal 165 214 350 62 50 0 11 344 107 104
Binary 1110101 10001100 11101000 110010 101000 0 1001 11100100 1000111 1000100

Color Harmonies of #758CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CE8

Black with #758CE8

Text Example


Text Example

White with #758CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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