Html Css Color HEX #758BF6 Cornflower Blue

📋 copy color: '#758BF6'

red 117 ◦ green 139 ◦ blue 246

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

Shades of Cornflower Blue #758BF6

Tints of Cornflower Blue #758BF6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.69%

 BLUE value IS 246 (96.48% from 255) = 49%

R = 23.31%
G = 27.69%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#758BF6 (or 0x758BF6) is known color: Cornflower Blue. HEX triplet: 75, 8B and F6. RGB value is (117,139,246). Sum of RGB (Red+Green+Blue) = 117+139+246=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #758BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758BF6 is #8A7409. Grayscale: #909090. Windows color (decimal): -9073674 or 16157557. OLE color: 16157557.

HSL color Cylindrical-coordinate representation of color #758BF6: hue angle of 229.77º degrees, saturation: 0.88, 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 #758BF6 is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 139 246 -
CMYK 0.52 0.43 0 0.04
HSL 229.77º 0.88% 0.71% -
HSV(B) 229.77º 0.52% 0.96% -
XYZ 33.2 28.9 91.02 -
YUV 144.62 185.21 108.3 -
System Red Green Blue C M Y K H S L
Decimal 117 139 246 0.52 0.43 0 0.04 229.77 0.88 0.71
Hex 75 8B F6 34 2B 0 4 E6 58 47
Octal 165 213 366 64 53 0 4 346 130 107
Binary 1110101 10001011 11110110 110100 101011 0 100 11100110 1011000 1000111

Color Harmonies of #758BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BF6

Black with #758BF6

Text Example


Text Example

White with #758BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758BF6; }

 p { color: rgb(117,139,246); }

 H1.HeaderClassName
 {
   color: #758BF6;
 }
 .AnyTagClassName
 {
   color: #758BF6;
 }
</style>

background-color css

<style>
 a { background-color: #758BF6; }

 a { background-color: rgb(117,139,246); }

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

border-color css

<style>
 span { border-color: #758BF6; }

 span { border-color: rgb(117,139,246); }

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