Html Css Color HEX #758DED Cornflower Blue

📋 copy color: '#758DED'

red 117 ◦ green 141 ◦ blue 237

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

Shades of Cornflower Blue #758DED

Tints of Cornflower Blue #758DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 23.64%
G = 28.48%
B = 47.88%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#758DED (or 0x758DED) is known color: Cornflower Blue. HEX triplet: 75, 8D and ED. RGB value is (117,141,237). Sum of RGB (Red+Green+Blue) = 117+141+237=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #758DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DED is #8A7212. Grayscale: #909090. Windows color (decimal): -9073171 or 15568245. OLE color: 15568245.

HSL color Cylindrical-coordinate representation of color #758DED: hue angle of 228º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758DED is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 141 237 -
CMYK 0.51 0.41 0 0.07
HSL 228º 0.77% 0.69% -
HSV(B) 228º 0.51% 0.93% -
XYZ 32.15 28.95 84.01 -
YUV 144.77 180.05 108.19 -
System Red Green Blue C M Y K H S L
Decimal 117 141 237 0.51 0.41 0 0.07 228 0.77 0.69
Hex 75 8D ED 33 29 0 7 E4 4D 45
Octal 165 215 355 63 51 0 7 344 115 105
Binary 1110101 10001101 11101101 110011 101001 0 111 11100100 1001101 1000101

Color Harmonies of #758DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DED

Black with #758DED

Text Example


Text Example

White with #758DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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