Html Css Color HEX #758AE5 Cornflower Blue

📋 copy color: '#758AE5'

red 117 ◦ green 138 ◦ blue 229

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

Shades of Cornflower Blue #758AE5

Tints of Cornflower Blue #758AE5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.51%

 BLUE value IS 229 (89.84% from 255) = 47.31%

R = 24.17%
G = 28.51%
B = 47.31%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#758AE5 (or 0x758AE5) is known color: Cornflower Blue. HEX triplet: 75, 8A and E5. RGB value is (117,138,229). Sum of RGB (Red+Green+Blue) = 117+138+229=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #758AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AE5 is #8A751A. Grayscale: #8D8D8D. Windows color (decimal): -9073947 or 15043189. OLE color: 15043189.

HSL color Cylindrical-coordinate representation of color #758AE5: hue angle of 228.75º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #758AE5 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 138 229 -
CMYK 0.49 0.40 0 0.10
HSL 228.75º 0.68% 0.68% -
HSV(B) 228.75º 0.49% 0.9% -
XYZ 30.57 27.62 77.85 -
YUV 142.1 177.04 110.1 -
System Red Green Blue C M Y K H S L
Decimal 117 138 229 0.49 0.40 0 0.10 228.75 0.68 0.68
Hex 75 8A E5 31 28 0 A E5 44 44
Octal 165 212 345 61 50 0 12 345 104 104
Binary 1110101 10001010 11100101 110001 101000 0 1010 11100101 1000100 1000100

Color Harmonies of #758AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AE5

Black with #758AE5

Text Example


Text Example

White with #758AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,229); }

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

background-color css

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

 a { background-color: rgb(117,138,229); }

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

border-color css

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

 span { border-color: rgb(117,138,229); }

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