Html Css Color HEX #758AE6 Cornflower Blue

📋 copy color: '#758AE6'

red 117 ◦ green 138 ◦ blue 230

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

Shades of Cornflower Blue #758AE6

Tints of Cornflower Blue #758AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.42%

R = 24.12%
G = 28.45%
B = 47.42%

CMYK

 C value IS 0.49

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#758AE6 (or 0x758AE6) is known color: Cornflower Blue. HEX triplet: 75, 8A and E6. RGB value is (117,138,230). Sum of RGB (Red+Green+Blue) = 117+138+230=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 230 - color contains mainly: blue. Hex color #758AE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AE6 is #8A7519. Grayscale: #8D8D8D. Windows color (decimal): -9073946 or 15108725. OLE color: 15108725.

HSL color Cylindrical-coordinate representation of color #758AE6: hue angle of 228.85º degrees, saturation: 0.69, 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 #758AE6 is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 138 230 -
CMYK 0.49 0.4 0 0.10
HSL 228.85º 0.69% 0.68% -
HSV(B) 228.85º 0.49% 0.9% -
XYZ 30.71 27.67 78.59 -
YUV 142.21 177.54 110.02 -
System Red Green Blue C M Y K H S L
Decimal 117 138 230 0.49 0.4 0 0.10 228.85 0.69 0.68
Hex 75 8A E6 31 28 0 A E5 45 44
Octal 165 212 346 61 50 0 12 345 105 104
Binary 1110101 10001010 11100110 110001 101000 0 1010 11100101 1000101 1000100

Color Harmonies of #758AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AE6

Black with #758AE6

Text Example


Text Example

White with #758AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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