Html Css Color HEX #759CF2 Cornflower Blue

📋 copy color: '#759CF2'

red 117 ◦ green 156 ◦ blue 242

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

Shades of Cornflower Blue #759CF2

Tints of Cornflower Blue #759CF2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.29%

 BLUE value IS 242 (94.92% from 255) = 46.99%

R = 22.72%
G = 30.29%
B = 46.99%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#759CF2 (or 0x759CF2) is known color: Cornflower Blue. HEX triplet: 75, 9C and F2. RGB value is (117,156,242). Sum of RGB (Red+Green+Blue) = 117+156+242=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #759CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759CF2 is #8A630D. Grayscale: #999999. Windows color (decimal): -9069326 or 15899765. OLE color: 15899765.

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

Color convert

RGB 117 156 242 -
CMYK 0.52 0.36 0 0.05
HSL 221.28º 0.83% 0.7% -
HSV(B) 221.28º 0.52% 0.95% -
XYZ 35.25 33.97 88.7 -
YUV 154.14 177.58 101.51 -
System Red Green Blue C M Y K H S L
Decimal 117 156 242 0.52 0.36 0 0.05 221.28 0.83 0.7
Hex 75 9C F2 34 24 0 5 DD 53 46
Octal 165 234 362 64 44 0 5 335 123 106
Binary 1110101 10011100 11110010 110100 100100 0 101 11011101 1010011 1000110

Color Harmonies of #759CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759CF2

Black with #759CF2

Text Example


Text Example

White with #759CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,156,242); }

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

background-color css

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

 a { background-color: rgb(117,156,242); }

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

border-color css

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

 span { border-color: rgb(117,156,242); }

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