Html Css Color HEX #759FF1 Cornflower Blue

📋 copy color: '#759FF1'

red 117 ◦ green 159 ◦ blue 241

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

Shades of Cornflower Blue #759FF1

Tints of Cornflower Blue #759FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.62%

R = 22.63%
G = 30.75%
B = 46.62%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#759FF1 (or 0x759FF1) is known color: Cornflower Blue. HEX triplet: 75, 9F and F1. RGB value is (117,159,241). Sum of RGB (Red+Green+Blue) = 117+159+241=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #759FF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759FF1 is #8A600E. Grayscale: #9B9B9B. Windows color (decimal): -9068559 or 15834997. OLE color: 15834997.

HSL color Cylindrical-coordinate representation of color #759FF1: hue angle of 219.68º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #759FF1 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 159 241 -
CMYK 0.51 0.34 0 0.05
HSL 219.68º 0.82% 0.7% -
HSV(B) 219.68º 0.51% 0.95% -
XYZ 35.61 34.93 88.08 -
YUV 155.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 117 159 241 0.51 0.34 0 0.05 219.68 0.82 0.7
Hex 75 9F F1 33 22 0 5 DC 52 46
Octal 165 237 361 63 42 0 5 334 122 106
Binary 1110101 10011111 11110001 110011 100010 0 101 11011100 1010010 1000110

Color Harmonies of #759FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759FF1

Black with #759FF1

Text Example


Text Example

White with #759FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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