Html Css Color HEX #758DDF Cornflower Blue

📋 copy color: '#758DDF'

red 117 ◦ green 141 ◦ blue 223

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

Shades of Cornflower Blue #758DDF

Tints of Cornflower Blue #758DDF

RGB

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

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

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

R = 24.32%
G = 29.31%
B = 46.36%

CMYK

 C value IS 0.48

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#758DDF (or 0x758DDF) is known color: Cornflower Blue. HEX triplet: 75, 8D and DF. RGB value is (117,141,223). Sum of RGB (Red+Green+Blue) = 117+141+223=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #758DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DDF is #8A7220. Grayscale: #8E8E8E. Windows color (decimal): -9073185 or 14650741. OLE color: 14650741.

HSL color Cylindrical-coordinate representation of color #758DDF: hue angle of 226.42º 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 #758DDF is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 141 223 -
CMYK 0.48 0.37 0 0.13
HSL 226.42º 0.62% 0.67% -
HSV(B) 226.42º 0.48% 0.87% -
XYZ 30.18 28.16 73.66 -
YUV 143.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 117 141 223 0.48 0.37 0 0.13 226.42 0.62 0.67
Hex 75 8D DF 30 25 0 D E2 3E 43
Octal 165 215 337 60 45 0 15 342 76 103
Binary 1110101 10001101 11011111 110000 100101 0 1101 11100010 111110 1000011

Color Harmonies of #758DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DDF

Black with #758DDF

Text Example


Text Example

White with #758DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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