Html Css Color HEX #759FFD Cornflower Blue

📋 copy color: '#759FFD'

red 117 ◦ green 159 ◦ blue 253

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

Shades of Cornflower Blue #759FFD

Tints of Cornflower Blue #759FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 253 (99.22% from 255) = 47.83%

R = 22.12%
G = 30.06%
B = 47.83%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#759FFD (or 0x759FFD) is known color: Cornflower Blue. HEX triplet: 75, 9F and FD. RGB value is (117,159,253). Sum of RGB (Red+Green+Blue) = 117+159+253=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #759FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFD is #8A6002. Grayscale: #9C9C9C. Windows color (decimal): -9068547 or 16621429. OLE color: 16621429.

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

Color convert

RGB 117 159 253 -
CMYK 0.54 0.37 0 0.01
HSL 221.47º 0.97% 0.73% -
HSV(B) 221.47º 0.54% 0.99% -
XYZ 37.46 35.67 97.84 -
YUV 157.16 182.09 99.36 -
System Red Green Blue C M Y K H S L
Decimal 117 159 253 0.54 0.37 0 0.01 221.47 0.97 0.73
Hex 75 9F FD 36 25 0 1 DD 61 49
Octal 165 237 375 66 45 0 1 335 141 111
Binary 1110101 10011111 11111101 110110 100101 0 1 11011101 1100001 1001001

Color Harmonies of #759FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FFD

Black with #759FFD

Text Example


Text Example

White with #759FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,253); }

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

background-color css

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

 a { background-color: rgb(117,159,253); }

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

border-color css

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

 span { border-color: rgb(117,159,253); }

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