Html Css Color HEX #759CEC Cornflower Blue

📋 copy color: '#759CEC'

red 117 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #759CEC

Tints of Cornflower Blue #759CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 22.99%
G = 30.65%
B = 46.37%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#759CEC (or 0x759CEC) is known color: Cornflower Blue. HEX triplet: 75, 9C and EC. RGB value is (117,156,236). Sum of RGB (Red+Green+Blue) = 117+156+236=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #759CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CEC is #8A6313. Grayscale: #999999. Windows color (decimal): -9069332 or 15506549. OLE color: 15506549.

HSL color Cylindrical-coordinate representation of color #759CEC: hue angle of 220.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759CEC is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 156 236 -
CMYK 0.50 0.34 0 0.07
HSL 220.34º 0.76% 0.69% -
HSV(B) 220.34º 0.5% 0.93% -
XYZ 34.36 33.61 84.03 -
YUV 153.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 117 156 236 0.50 0.34 0 0.07 220.34 0.76 0.69
Hex 75 9C EC 32 22 0 7 DC 4C 45
Octal 165 234 354 62 42 0 7 334 114 105
Binary 1110101 10011100 11101100 110010 100010 0 111 11011100 1001100 1000101

Color Harmonies of #759CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CEC

Black with #759CEC

Text Example


Text Example

White with #759CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759CEC; }

 p { color: rgb(117,156,236); }

 H1.HeaderClassName
 {
   color: #759CEC;
 }
 .AnyTagClassName
 {
   color: #759CEC;
 }
</style>

background-color css

<style>
 a { background-color: #759CEC; }

 a { background-color: rgb(117,156,236); }

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

border-color css

<style>
 span { border-color: #759CEC; }

 span { border-color: rgb(117,156,236); }

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