Html Css Color HEX #759AFE Cornflower Blue

📋 copy color: '#759AFE'

red 117 ◦ green 154 ◦ blue 254

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

Shades of Cornflower Blue #759AFE

Tints of Cornflower Blue #759AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.33%

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

R = 22.29%
G = 29.33%
B = 48.38%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#759AFE (or 0x759AFE) is known color: Cornflower Blue. HEX triplet: 75, 9A and FE. RGB value is (117,154,254). Sum of RGB (Red+Green+Blue) = 117+154+254=525 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.29% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #759AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759AFE is #8A6501. Grayscale: #999999. Windows color (decimal): -9069826 or 16685685. OLE color: 16685685.

HSL color Cylindrical-coordinate representation of color #759AFE: hue angle of 223.8º 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 #759AFE is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 154 254 -
CMYK 0.54 0.39 0 0.00
HSL 223.8º 0.99% 0.73% -
HSV(B) 223.8º 0.54% 1% -
XYZ 36.78 34.05 98.4 -
YUV 154.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 117 154 254 0.54 0.39 0 0.00 223.8 0.99 0.73
Hex 75 9A FE 36 27 0 0 E0 63 49
Octal 165 232 376 66 47 0 0 340 143 111
Binary 1110101 10011010 11111110 110110 100111 0 0 11100000 1100011 1001001

Color Harmonies of #759AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AFE

Black with #759AFE

Text Example


Text Example

White with #759AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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