Html Css Color HEX #758EF6 Cornflower Blue

📋 copy color: '#758EF6'

red 117 ◦ green 142 ◦ blue 246

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

Shades of Cornflower Blue #758EF6

Tints of Cornflower Blue #758EF6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.12%

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

R = 23.17%
G = 28.12%
B = 48.71%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#758EF6 (or 0x758EF6) is known color: Cornflower Blue. HEX triplet: 75, 8E and F6. RGB value is (117,142,246). Sum of RGB (Red+Green+Blue) = 117+142+246=505 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.17% from 505); Green value is 142 (55.86% from 255 or 28.12% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #758EF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EF6 is #8A7109. Grayscale: #919191. Windows color (decimal): -9072906 or 16158325. OLE color: 16158325.

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

Color convert

RGB 117 142 246 -
CMYK 0.52 0.42 0 0.04
HSL 228.37º 0.88% 0.71% -
HSV(B) 228.37º 0.52% 0.96% -
XYZ 33.64 29.78 91.16 -
YUV 146.38 184.22 107.04 -
System Red Green Blue C M Y K H S L
Decimal 117 142 246 0.52 0.42 0 0.04 228.37 0.88 0.71
Hex 75 8E F6 34 2A 0 4 E4 58 47
Octal 165 216 366 64 52 0 4 344 130 107
Binary 1110101 10001110 11110110 110100 101010 0 100 11100100 1011000 1000111

Color Harmonies of #758EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EF6

Black with #758EF6

Text Example


Text Example

White with #758EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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