Html Css Color HEX #758DFC Cornflower Blue

📋 copy color: '#758DFC'

red 117 ◦ green 141 ◦ blue 252

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

Shades of Cornflower Blue #758DFC

Tints of Cornflower Blue #758DFC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.65%

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 22.94%
G = 27.65%
B = 49.41%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#758DFC (or 0x758DFC) is known color: Cornflower Blue. HEX triplet: 75, 8D and FC. RGB value is (117,141,252). Sum of RGB (Red+Green+Blue) = 117+141+252=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #758DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DFC is #8A7203. Grayscale: #929292. Windows color (decimal): -9073156 or 16551285. OLE color: 16551285.

HSL color Cylindrical-coordinate representation of color #758DFC: hue angle of 229.33º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #758DFC is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 117 141 252 -
CMYK 0.54 0.44 0 0.01
HSL 229.33º 0.96% 0.72% -
HSV(B) 229.33º 0.54% 0.99% -
XYZ 34.43 29.86 96.04 -
YUV 146.48 187.55 106.97 -
System Red Green Blue C M Y K H S L
Decimal 117 141 252 0.54 0.44 0 0.01 229.33 0.96 0.72
Hex 75 8D FC 36 2C 0 1 E5 60 48
Octal 165 215 374 66 54 0 1 345 140 110
Binary 1110101 10001101 11111100 110110 101100 0 1 11100101 1100000 1001000

Color Harmonies of #758DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DFC

Black with #758DFC

Text Example


Text Example

White with #758DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,252); }

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

background-color css

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

 a { background-color: rgb(117,141,252); }

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

border-color css

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

 span { border-color: rgb(117,141,252); }

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