Html Css Color HEX #758FE1 Cornflower Blue

📋 copy color: '#758FE1'

red 117 ◦ green 143 ◦ blue 225

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

Shades of Cornflower Blue #758FE1

Tints of Cornflower Blue #758FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.39%

R = 24.12%
G = 29.48%
B = 46.39%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#758FE1 (or 0x758FE1) is known color: Cornflower Blue. HEX triplet: 75, 8F and E1. RGB value is (117,143,225). Sum of RGB (Red+Green+Blue) = 117+143+225=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #758FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FE1 is #8A701E. Grayscale: #909090. Windows color (decimal): -9072671 or 14782325. OLE color: 14782325.

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

Color convert

RGB 117 143 225 -
CMYK 0.48 0.36 0 0.12
HSL 225.56º 0.64% 0.67% -
HSV(B) 225.56º 0.48% 0.88% -
XYZ 30.75 28.86 75.18 -
YUV 144.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 117 143 225 0.48 0.36 0 0.12 225.56 0.64 0.67
Hex 75 8F E1 30 24 0 C E2 40 43
Octal 165 217 341 60 44 0 14 342 100 103
Binary 1110101 10001111 11100001 110000 100100 0 1100 11100010 1000000 1000011

Color Harmonies of #758FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FE1

Black with #758FE1

Text Example


Text Example

White with #758FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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