Html Css Color HEX #758DF9 Cornflower Blue

📋 copy color: '#758DF9'

red 117 ◦ green 141 ◦ blue 249

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

Shades of Cornflower Blue #758DF9

Tints of Cornflower Blue #758DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.11%

R = 23.08%
G = 27.81%
B = 49.11%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#758DF9 (or 0x758DF9) is known color: Cornflower Blue. HEX triplet: 75, 8D and F9. RGB value is (117,141,249). Sum of RGB (Red+Green+Blue) = 117+141+249=507 (67% of max value = 765). Red value is 117 (46.09% from 255 or 23.08% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 249 (97.66% from 255 or 49.11% from 507); Max value from RGB is 249 - color contains mainly: blue. Hex color #758DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DF9 is #8A7206. Grayscale: #919191. Windows color (decimal): -9073159 or 16354677. OLE color: 16354677.

HSL color Cylindrical-coordinate representation of color #758DF9: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #758DF9 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 141 249 -
CMYK 0.53 0.43 0 0.02
HSL 229.09º 0.92% 0.72% -
HSV(B) 229.09º 0.53% 0.98% -
XYZ 33.96 29.67 93.56 -
YUV 146.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 117 141 249 0.53 0.43 0 0.02 229.09 0.92 0.72
Hex 75 8D F9 35 2B 0 2 E5 5C 48
Octal 165 215 371 65 53 0 2 345 134 110
Binary 1110101 10001101 11111001 110101 101011 0 10 11100101 1011100 1001000

Color Harmonies of #758DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DF9

Black with #758DF9

Text Example


Text Example

White with #758DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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