Html Css Color HEX #758FE0 Cornflower Blue

📋 copy color: '#758FE0'

red 117 ◦ green 143 ◦ blue 224

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

Shades of Cornflower Blue #758FE0

Tints of Cornflower Blue #758FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.28%

R = 24.17%
G = 29.55%
B = 46.28%

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

#758FE0 (or 0x758FE0) is known color: Cornflower Blue. HEX triplet: 75, 8F and E0. RGB value is (117,143,224). Sum of RGB (Red+Green+Blue) = 117+143+224=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #758FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758FE0 is #8A701F. Grayscale: #909090. Windows color (decimal): -9072672 or 14716789. OLE color: 14716789.

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

Color convert

RGB 117 143 224 -
CMYK 0.48 0.36 0 0.12
HSL 225.42º 0.63% 0.67% -
HSV(B) 225.42º 0.48% 0.88% -
XYZ 30.61 28.81 74.47 -
YUV 144.46 172.89 108.41 -
System Red Green Blue C M Y K H S L
Decimal 117 143 224 0.48 0.36 0 0.12 225.42 0.63 0.67
Hex 75 8F E0 30 24 0 C E1 3F 43
Octal 165 217 340 60 44 0 14 341 77 103
Binary 1110101 10001111 11100000 110000 100100 0 1100 11100001 111111 1000011

Color Harmonies of #758FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758FE0

Black with #758FE0

Text Example


Text Example

White with #758FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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