Html Css Color HEX #758AE3 Cornflower Blue

📋 copy color: '#758AE3'

red 117 ◦ green 138 ◦ blue 227

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

Shades of Cornflower Blue #758AE3

Tints of Cornflower Blue #758AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 47.1%

R = 24.27%
G = 28.63%
B = 47.1%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#758AE3 (or 0x758AE3) is known color: Cornflower Blue. HEX triplet: 75, 8A and E3. RGB value is (117,138,227). Sum of RGB (Red+Green+Blue) = 117+138+227=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #758AE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758AE3 is #8A751C. Grayscale: #8D8D8D. Windows color (decimal): -9073949 or 14912117. OLE color: 14912117.

HSL color Cylindrical-coordinate representation of color #758AE3: hue angle of 228.55º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #758AE3 is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 117 138 227 -
CMYK 0.48 0.39 0 0.11
HSL 228.55º 0.66% 0.67% -
HSV(B) 228.55º 0.48% 0.89% -
XYZ 30.29 27.5 76.39 -
YUV 141.87 176.04 110.26 -
System Red Green Blue C M Y K H S L
Decimal 117 138 227 0.48 0.39 0 0.11 228.55 0.66 0.67
Hex 75 8A E3 30 27 0 B E5 42 43
Octal 165 212 343 60 47 0 13 345 102 103
Binary 1110101 10001010 11100011 110000 100111 0 1011 11100101 1000010 1000011

Color Harmonies of #758AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AE3

Black with #758AE3

Text Example


Text Example

White with #758AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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