Html Css Color HEX #758DE2 Cornflower Blue

📋 copy color: '#758DE2'

red 117 ◦ green 141 ◦ blue 226

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

Shades of Cornflower Blue #758DE2

Tints of Cornflower Blue #758DE2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.13%

 BLUE value IS 226 (88.67% from 255) = 46.69%

R = 24.17%
G = 29.13%
B = 46.69%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#758DE2 (or 0x758DE2) is known color: Cornflower Blue. HEX triplet: 75, 8D and E2. RGB value is (117,141,226). Sum of RGB (Red+Green+Blue) = 117+141+226=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 226 - color contains mainly: blue. Hex color #758DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DE2 is #8A721D. Grayscale: #8F8F8F. Windows color (decimal): -9073182 or 14847349. OLE color: 14847349.

HSL color Cylindrical-coordinate representation of color #758DE2: hue angle of 226.79º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758DE2 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 141 226 -
CMYK 0.48 0.38 0 0.11
HSL 226.79º 0.65% 0.67% -
HSV(B) 226.79º 0.48% 0.89% -
XYZ 30.59 28.32 75.81 -
YUV 143.51 174.55 109.09 -
System Red Green Blue C M Y K H S L
Decimal 117 141 226 0.48 0.38 0 0.11 226.79 0.65 0.67
Hex 75 8D E2 30 26 0 B E3 41 43
Octal 165 215 342 60 46 0 13 343 101 103
Binary 1110101 10001101 11100010 110000 100110 0 1011 11100011 1000001 1000011

Color Harmonies of #758DE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DE2

Black with #758DE2

Text Example


Text Example

White with #758DE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,226); }

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

background-color css

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

 a { background-color: rgb(117,141,226); }

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

border-color css

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

 span { border-color: rgb(117,141,226); }

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