Html Css Color HEX #758EDF Cornflower Blue

📋 copy color: '#758EDF'

red 117 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #758EDF

Tints of Cornflower Blue #758EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 24.27%
G = 29.46%
B = 46.27%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758EDF (or 0x758EDF) is known color: Cornflower Blue. HEX triplet: 75, 8E and DF. RGB value is (117,142,223). Sum of RGB (Red+Green+Blue) = 117+142+223=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #758EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758EDF is #8A7120. Grayscale: #8F8F8F. Windows color (decimal): -9072929 or 14650997. OLE color: 14650997.

HSL color Cylindrical-coordinate representation of color #758EDF: hue angle of 225.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758EDF is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 142 223 -
CMYK 0.48 0.36 0 0.13
HSL 225.85º 0.62% 0.67% -
HSV(B) 225.85º 0.48% 0.87% -
XYZ 30.33 28.46 73.71 -
YUV 143.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 117 142 223 0.48 0.36 0 0.13 225.85 0.62 0.67
Hex 75 8E DF 30 24 0 D E2 3E 43
Octal 165 216 337 60 44 0 15 342 76 103
Binary 1110101 10001110 11011111 110000 100100 0 1101 11100010 111110 1000011

Color Harmonies of #758EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EDF

Black with #758EDF

Text Example


Text Example

White with #758EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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