Html Css Color HEX #758FDF Cornflower Blue

📋 copy color: '#758FDF'

red 117 ◦ green 143 ◦ blue 223

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

Shades of Cornflower Blue #758FDF

Tints of Cornflower Blue #758FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.61%

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

R = 24.22%
G = 29.61%
B = 46.17%

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

#758FDF (or 0x758FDF) is known color: Cornflower Blue. HEX triplet: 75, 8F and DF. RGB value is (117,143,223). Sum of RGB (Red+Green+Blue) = 117+143+223=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #758FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FDF is #8A7020. Grayscale: #909090. Windows color (decimal): -9072673 or 14651253. OLE color: 14651253.

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

Color convert

RGB 117 143 223 -
CMYK 0.48 0.36 0 0.13
HSL 225.28º 0.62% 0.67% -
HSV(B) 225.28º 0.48% 0.87% -
XYZ 30.48 28.75 73.76 -
YUV 144.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 117 143 223 0.48 0.36 0 0.13 225.28 0.62 0.67
Hex 75 8F DF 30 24 0 D E1 3E 43
Octal 165 217 337 60 44 0 15 341 76 103
Binary 1110101 10001111 11011111 110000 100100 0 1101 11100001 111110 1000011

Color Harmonies of #758FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FDF

Black with #758FDF

Text Example


Text Example

White with #758FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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