Html Css Color HEX #759BE8 Cornflower Blue

📋 copy color: '#759BE8'

red 117 ◦ green 155 ◦ blue 232

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

Shades of Cornflower Blue #759BE8

Tints of Cornflower Blue #759BE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.03%

R = 23.21%
G = 30.75%
B = 46.03%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#759BE8 (or 0x759BE8) is known color: Cornflower Blue. HEX triplet: 75, 9B and E8. RGB value is (117,155,232). Sum of RGB (Red+Green+Blue) = 117+155+232=504 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.21% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #759BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BE8 is #8A6417. Grayscale: #989898. Windows color (decimal): -9069592 or 15244149. OLE color: 15244149.

HSL color Cylindrical-coordinate representation of color #759BE8: hue angle of 220.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #759BE8 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 155 232 -
CMYK 0.50 0.33 0 0.09
HSL 220.17º 0.71% 0.68% -
HSV(B) 220.17º 0.5% 0.91% -
XYZ 33.62 33.05 80.95 -
YUV 152.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 117 155 232 0.50 0.33 0 0.09 220.17 0.71 0.68
Hex 75 9B E8 32 21 0 9 DC 47 44
Octal 165 233 350 62 41 0 11 334 107 104
Binary 1110101 10011011 11101000 110010 100001 0 1001 11011100 1000111 1000100

Color Harmonies of #759BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BE8

Black with #759BE8

Text Example


Text Example

White with #759BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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