Html Css Color HEX #758CED Cornflower Blue

📋 copy color: '#758CED'

red 117 ◦ green 140 ◦ blue 237

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

Shades of Cornflower Blue #758CED

Tints of Cornflower Blue #758CED

RGB

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

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

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

R = 23.68%
G = 28.34%
B = 47.98%

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

#758CED (or 0x758CED) is known color: Cornflower Blue. HEX triplet: 75, 8C and ED. RGB value is (117,140,237). Sum of RGB (Red+Green+Blue) = 117+140+237=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #758CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758CED is #8A7312. Grayscale: #8F8F8F. Windows color (decimal): -9073427 or 15567989. OLE color: 15567989.

HSL color Cylindrical-coordinate representation of color #758CED: hue angle of 228.5º 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 #758CED is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 140 237 -
CMYK 0.51 0.41 0 0.07
HSL 228.5º 0.77% 0.69% -
HSV(B) 228.5º 0.51% 0.93% -
XYZ 32 28.65 83.96 -
YUV 144.18 180.38 108.61 -
System Red Green Blue C M Y K H S L
Decimal 117 140 237 0.51 0.41 0 0.07 228.5 0.77 0.69
Hex 75 8C ED 33 29 0 7 E4 4D 45
Octal 165 214 355 63 51 0 7 344 115 105
Binary 1110101 10001100 11101101 110011 101001 0 111 11100100 1001101 1000101

Color Harmonies of #758CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CED

Black with #758CED

Text Example


Text Example

White with #758CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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