Html Css Color HEX #759BEE Cornflower Blue

📋 copy color: '#759BEE'

red 117 ◦ green 155 ◦ blue 238

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

Shades of Cornflower Blue #759BEE

Tints of Cornflower Blue #759BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 22.94%
G = 30.39%
B = 46.67%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#759BEE (or 0x759BEE) is known color: Cornflower Blue. HEX triplet: 75, 9B and EE. RGB value is (117,155,238). Sum of RGB (Red+Green+Blue) = 117+155+238=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #759BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BEE is #8A6411. Grayscale: #989898. Windows color (decimal): -9069586 or 15637365. OLE color: 15637365.

HSL color Cylindrical-coordinate representation of color #759BEE: hue angle of 221.16º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759BEE is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 155 238 -
CMYK 0.51 0.35 0 0.07
HSL 221.16º 0.78% 0.7% -
HSV(B) 221.16º 0.51% 0.93% -
XYZ 34.49 33.4 85.52 -
YUV 153.1 175.91 102.25 -
System Red Green Blue C M Y K H S L
Decimal 117 155 238 0.51 0.35 0 0.07 221.16 0.78 0.7
Hex 75 9B EE 33 23 0 7 DD 4E 46
Octal 165 233 356 63 43 0 7 335 116 106
Binary 1110101 10011011 11101110 110011 100011 0 111 11011101 1001110 1000110

Color Harmonies of #759BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BEE

Black with #759BEE

Text Example


Text Example

White with #759BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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