Html Css Color HEX #759EF1 Cornflower Blue

📋 copy color: '#759EF1'

red 117 ◦ green 158 ◦ blue 241

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

Shades of Cornflower Blue #759EF1

Tints of Cornflower Blue #759EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 22.67%
G = 30.62%
B = 46.71%

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

#759EF1 (or 0x759EF1) is known color: Cornflower Blue. HEX triplet: 75, 9E and F1. RGB value is (117,158,241). Sum of RGB (Red+Green+Blue) = 117+158+241=516 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.67% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #759EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759EF1 is #8A610E. Grayscale: #9A9A9A. Windows color (decimal): -9068815 or 15834741. OLE color: 15834741.

HSL color Cylindrical-coordinate representation of color #759EF1: hue angle of 220.16º 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 #759EF1 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 117 158 241 -
CMYK 0.51 0.34 0 0.05
HSL 220.16º 0.82% 0.7% -
HSV(B) 220.16º 0.51% 0.95% -
XYZ 35.44 34.59 88.03 -
YUV 155.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 117 158 241 0.51 0.34 0 0.05 220.16 0.82 0.7
Hex 75 9E F1 33 22 0 5 DC 52 46
Octal 165 236 361 63 42 0 5 334 122 106
Binary 1110101 10011110 11110001 110011 100010 0 101 11011100 1010010 1000110

Color Harmonies of #759EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759EF1

Black with #759EF1

Text Example


Text Example

White with #759EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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