Html Css Color HEX #759AF1 Cornflower Blue

📋 copy color: '#759AF1'

red 117 ◦ green 154 ◦ blue 241

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

Shades of Cornflower Blue #759AF1

Tints of Cornflower Blue #759AF1

RGB

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

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

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

R = 22.85%
G = 30.08%
B = 47.07%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#759AF1 (or 0x759AF1) is known color: Cornflower Blue. HEX triplet: 75, 9A and F1. RGB value is (117,154,241). Sum of RGB (Red+Green+Blue) = 117+154+241=512 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.85% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #759AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759AF1 is #8A650E. Grayscale: #989898. Windows color (decimal): -9069839 or 15833717. OLE color: 15833717.

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

Color convert

RGB 117 154 241 -
CMYK 0.51 0.36 0 0.05
HSL 222.1º 0.82% 0.7% -
HSV(B) 222.1º 0.51% 0.95% -
XYZ 34.77 33.24 87.8 -
YUV 152.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 117 154 241 0.51 0.36 0 0.05 222.1 0.82 0.7
Hex 75 9A F1 33 24 0 5 DE 52 46
Octal 165 232 361 63 44 0 5 336 122 106
Binary 1110101 10011010 11110001 110011 100100 0 101 11011110 1010010 1000110

Color Harmonies of #759AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759AF1

Black with #759AF1

Text Example


Text Example

White with #759AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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