Html Css Color HEX #759DF4 Cornflower Blue

📋 copy color: '#759DF4'

red 117 ◦ green 157 ◦ blue 244

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

Shades of Cornflower Blue #759DF4

Tints of Cornflower Blue #759DF4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.31%

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 22.59%
G = 30.31%
B = 47.1%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#759DF4 (or 0x759DF4) is known color: Cornflower Blue. HEX triplet: 75, 9D and F4. RGB value is (117,157,244). Sum of RGB (Red+Green+Blue) = 117+157+244=518 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.59% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #759DF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #759DF4 is #8A620B. Grayscale: #9A9A9A. Windows color (decimal): -9069068 or 16031093. OLE color: 16031093.

HSL color Cylindrical-coordinate representation of color #759DF4: hue angle of 221.1º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #759DF4 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 157 244 -
CMYK 0.52 0.36 0 0.04
HSL 221.1º 0.85% 0.71% -
HSV(B) 221.1º 0.52% 0.96% -
XYZ 35.72 34.43 90.35 -
YUV 154.96 178.25 100.93 -
System Red Green Blue C M Y K H S L
Decimal 117 157 244 0.52 0.36 0 0.04 221.1 0.85 0.71
Hex 75 9D F4 34 24 0 4 DD 55 47
Octal 165 235 364 64 44 0 4 335 125 107
Binary 1110101 10011101 11110100 110100 100100 0 100 11011101 1010101 1000111

Color Harmonies of #759DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759DF4

Black with #759DF4

Text Example


Text Example

White with #759DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,244); }

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

background-color css

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

 a { background-color: rgb(117,157,244); }

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

border-color css

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

 span { border-color: rgb(117,157,244); }

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