Html Css Color HEX #758FE7 Cornflower Blue

📋 copy color: '#758FE7'

red 117 ◦ green 143 ◦ blue 231

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

Shades of Cornflower Blue #758FE7

Tints of Cornflower Blue #758FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.05%

R = 23.83%
G = 29.12%
B = 47.05%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#758FE7 (or 0x758FE7) is known color: Cornflower Blue. HEX triplet: 75, 8F and E7. RGB value is (117,143,231). Sum of RGB (Red+Green+Blue) = 117+143+231=491 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.83% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 231 - color contains mainly: blue. Hex color #758FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758FE7 is #8A7018. Grayscale: #909090. Windows color (decimal): -9072665 or 15175541. OLE color: 15175541.

HSL color Cylindrical-coordinate representation of color #758FE7: hue angle of 226.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758FE7 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 117 143 231 -
CMYK 0.49 0.38 0 0.09
HSL 226.32º 0.7% 0.68% -
HSV(B) 226.32º 0.49% 0.91% -
XYZ 31.58 29.2 79.57 -
YUV 145.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 117 143 231 0.49 0.38 0 0.09 226.32 0.7 0.68
Hex 75 8F E7 31 26 0 9 E2 46 44
Octal 165 217 347 61 46 0 11 342 106 104
Binary 1110101 10001111 11100111 110001 100110 0 1001 11100010 1000110 1000100

Color Harmonies of #758FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FE7

Black with #758FE7

Text Example


Text Example

White with #758FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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