Html Css Color HEX #759BFF Cornflower Blue

📋 copy color: '#759BFF'

red 117 ◦ green 155 ◦ blue 255

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

Shades of Cornflower Blue #759BFF

Tints of Cornflower Blue #759BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 22.2%
G = 29.41%
B = 48.39%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#759BFF (or 0x759BFF) is known color: Cornflower Blue. HEX triplet: 75, 9B and FF. RGB value is (117,155,255). Sum of RGB (Red+Green+Blue) = 117+155+255=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #759BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759BFF is #8A6400. Grayscale: #9A9A9A. Windows color (decimal): -9069569 or 16751477. OLE color: 16751477.

HSL color Cylindrical-coordinate representation of color #759BFF: hue angle of 223.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #759BFF is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 155 255 -
CMYK 0.54 0.39 0 0
HSL 223.48º 1% 0.73% -
HSV(B) 223.48º 0.54% 1% -
XYZ 37.11 34.44 99.3 -
YUV 155.04 184.41 100.87 -
System Red Green Blue C M Y K H S L
Decimal 117 155 255 0.54 0.39 0 0 223.48 1 0.73
Hex 75 9B FF 36 27 0 0 DF 64 49
Octal 165 233 377 66 47 0 0 337 144 111
Binary 1110101 10011011 11111111 110110 100111 0 0 11011111 1100100 1001001

Color Harmonies of #759BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759BFF

Black with #759BFF

Text Example


Text Example

White with #759BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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