Html Css Color HEX #758EE0 Cornflower Blue

📋 copy color: '#758EE0'

red 117 ◦ green 142 ◦ blue 224

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

Shades of Cornflower Blue #758EE0

Tints of Cornflower Blue #758EE0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 224 (87.89% from 255) = 46.38%

R = 24.22%
G = 29.4%
B = 46.38%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#758EE0 (or 0x758EE0) is known color: Cornflower Blue. HEX triplet: 75, 8E and E0. RGB value is (117,142,224). Sum of RGB (Red+Green+Blue) = 117+142+224=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #758EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EE0 is #8A711F. Grayscale: #8F8F8F. Windows color (decimal): -9072928 or 14716533. OLE color: 14716533.

HSL color Cylindrical-coordinate representation of color #758EE0: hue angle of 225.98º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758EE0 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 142 224 -
CMYK 0.48 0.37 0 0.12
HSL 225.98º 0.63% 0.67% -
HSV(B) 225.98º 0.48% 0.88% -
XYZ 30.46 28.51 74.42 -
YUV 143.87 173.22 108.83 -
System Red Green Blue C M Y K H S L
Decimal 117 142 224 0.48 0.37 0 0.12 225.98 0.63 0.67
Hex 75 8E E0 30 25 0 C E2 3F 43
Octal 165 216 340 60 45 0 14 342 77 103
Binary 1110101 10001110 11100000 110000 100101 0 1100 11100010 111111 1000011

Color Harmonies of #758EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EE0

Black with #758EE0

Text Example


Text Example

White with #758EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,224); }

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

background-color css

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

 a { background-color: rgb(117,142,224); }

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

border-color css

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

 span { border-color: rgb(117,142,224); }

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