Html Css Color HEX #758AF5 Cornflower Blue

📋 copy color: '#758AF5'

red 117 ◦ green 138 ◦ blue 245

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

Shades of Cornflower Blue #758AF5

Tints of Cornflower Blue #758AF5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.6%

 BLUE value IS 245 (96.09% from 255) = 49%

R = 23.4%
G = 27.6%
B = 49%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#758AF5 (or 0x758AF5) is known color: Cornflower Blue. HEX triplet: 75, 8A and F5. RGB value is (117,138,245). Sum of RGB (Red+Green+Blue) = 117+138+245=500 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #758AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AF5 is #8A750A. Grayscale: #8F8F8F. Windows color (decimal): -9073931 or 16091765. OLE color: 16091765.

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

Color convert

RGB 117 138 245 -
CMYK 0.52 0.44 0 0.04
HSL 230.16º 0.86% 0.71% -
HSV(B) 230.16º 0.52% 0.96% -
XYZ 32.91 28.55 90.16 -
YUV 143.92 185.04 108.8 -
System Red Green Blue C M Y K H S L
Decimal 117 138 245 0.52 0.44 0 0.04 230.16 0.86 0.71
Hex 75 8A F5 34 2C 0 4 E6 56 47
Octal 165 212 365 64 54 0 4 346 126 107
Binary 1110101 10001010 11110101 110100 101100 0 100 11100110 1010110 1000111

Color Harmonies of #758AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AF5

Black with #758AF5

Text Example


Text Example

White with #758AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,245); }

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

background-color css

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

 a { background-color: rgb(117,138,245); }

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

border-color css

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

 span { border-color: rgb(117,138,245); }

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