Html Css Color HEX #758DEF Cornflower Blue

📋 copy color: '#758DEF'

red 117 ◦ green 141 ◦ blue 239

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

Shades of Cornflower Blue #758DEF

Tints of Cornflower Blue #758DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 23.54%
G = 28.37%
B = 48.09%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#758DEF (or 0x758DEF) is known color: Cornflower Blue. HEX triplet: 75, 8D and EF. RGB value is (117,141,239). Sum of RGB (Red+Green+Blue) = 117+141+239=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #758DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758DEF is #8A7210. Grayscale: #909090. Windows color (decimal): -9073169 or 15699317. OLE color: 15699317.

HSL color Cylindrical-coordinate representation of color #758DEF: hue angle of 228.2º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758DEF is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 141 239 -
CMYK 0.51 0.41 0 0.06
HSL 228.2º 0.79% 0.7% -
HSV(B) 228.2º 0.51% 0.94% -
XYZ 32.44 29.06 85.56 -
YUV 145 181.05 108.03 -
System Red Green Blue C M Y K H S L
Decimal 117 141 239 0.51 0.41 0 0.06 228.2 0.79 0.7
Hex 75 8D EF 33 29 0 6 E4 4F 46
Octal 165 215 357 63 51 0 6 344 117 106
Binary 1110101 10001101 11101111 110011 101001 0 110 11100100 1001111 1000110

Color Harmonies of #758DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DEF

Black with #758DEF

Text Example


Text Example

White with #758DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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