Html Css Color HEX #759FFE Cornflower Blue

📋 copy color: '#759FFE'

red 117 ◦ green 159 ◦ blue 254

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

Shades of Cornflower Blue #759FFE

Tints of Cornflower Blue #759FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 22.08%
G = 30%
B = 47.92%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#759FFE (or 0x759FFE) is known color: Cornflower Blue. HEX triplet: 75, 9F and FE. RGB value is (117,159,254). Sum of RGB (Red+Green+Blue) = 117+159+254=530 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.08% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #759FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FFE is #8A6001. Grayscale: #9C9C9C. Windows color (decimal): -9068546 or 16686965. OLE color: 16686965.

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

Color convert

RGB 117 159 254 -
CMYK 0.54 0.37 0 0.00
HSL 221.61º 0.99% 0.73% -
HSV(B) 221.61º 0.54% 1% -
XYZ 37.62 35.73 98.68 -
YUV 157.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 117 159 254 0.54 0.37 0 0.00 221.61 0.99 0.73
Hex 75 9F FE 36 25 0 0 DE 63 49
Octal 165 237 376 66 45 0 0 336 143 111
Binary 1110101 10011111 11111110 110110 100101 0 0 11011110 1100011 1001001

Color Harmonies of #759FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FFE

Black with #759FFE

Text Example


Text Example

White with #759FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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