Html Css Color HEX #759AF0 Cornflower Blue

📋 copy color: '#759AF0'

red 117 ◦ green 154 ◦ blue 240

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

Shades of Cornflower Blue #759AF0

Tints of Cornflower Blue #759AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.97%

R = 22.9%
G = 30.14%
B = 46.97%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#759AF0 (or 0x759AF0) is known color: Cornflower Blue. HEX triplet: 75, 9A and F0. RGB value is (117,154,240). Sum of RGB (Red+Green+Blue) = 117+154+240=511 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.90% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #759AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759AF0 is #8A650F. Grayscale: #989898. Windows color (decimal): -9069840 or 15768181. OLE color: 15768181.

HSL color Cylindrical-coordinate representation of color #759AF0: hue angle of 221.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759AF0 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 154 240 -
CMYK 0.51 0.36 0 0.06
HSL 221.95º 0.8% 0.7% -
HSV(B) 221.95º 0.51% 0.94% -
XYZ 34.62 33.18 87.02 -
YUV 152.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 117 154 240 0.51 0.36 0 0.06 221.95 0.8 0.7
Hex 75 9A F0 33 24 0 6 DE 50 46
Octal 165 232 360 63 44 0 6 336 120 106
Binary 1110101 10011010 11110000 110011 100100 0 110 11011110 1010000 1000110

Color Harmonies of #759AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AF0

Black with #759AF0

Text Example


Text Example

White with #759AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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