Html Css Color HEX #759BEC Cornflower Blue

📋 copy color: '#759BEC'

red 117 ◦ green 155 ◦ blue 236

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

Shades of Cornflower Blue #759BEC

Tints of Cornflower Blue #759BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.51%

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

R = 23.03%
G = 30.51%
B = 46.46%

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

#759BEC (or 0x759BEC) is known color: Cornflower Blue. HEX triplet: 75, 9B and EC. RGB value is (117,155,236). Sum of RGB (Red+Green+Blue) = 117+155+236=508 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.03% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #759BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BEC is #8A6413. Grayscale: #989898. Windows color (decimal): -9069588 or 15506293. OLE color: 15506293.

HSL color Cylindrical-coordinate representation of color #759BEC: hue angle of 220.84º 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 #759BEC is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 155 236 -
CMYK 0.50 0.34 0 0.07
HSL 220.84º 0.76% 0.69% -
HSV(B) 220.84º 0.5% 0.93% -
XYZ 34.2 33.28 83.98 -
YUV 152.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 117 155 236 0.50 0.34 0 0.07 220.84 0.76 0.69
Hex 75 9B EC 32 22 0 7 DD 4C 45
Octal 165 233 354 62 42 0 7 335 114 105
Binary 1110101 10011011 11101100 110010 100010 0 111 11011101 1001100 1000101

Color Harmonies of #759BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BEC

Black with #759BEC

Text Example


Text Example

White with #759BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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