Html Css Color HEX #758AEE Cornflower Blue

📋 copy color: '#758AEE'

red 117 ◦ green 138 ◦ blue 238

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

Shades of Cornflower Blue #758AEE

Tints of Cornflower Blue #758AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 23.73%
G = 27.99%
B = 48.28%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#758AEE (or 0x758AEE) is known color: Cornflower Blue. HEX triplet: 75, 8A and EE. RGB value is (117,138,238). Sum of RGB (Red+Green+Blue) = 117+138+238=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #758AEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758AEE is #8A7511. Grayscale: #8E8E8E. Windows color (decimal): -9073938 or 15633013. OLE color: 15633013.

HSL color Cylindrical-coordinate representation of color #758AEE: hue angle of 229.59º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #758AEE is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 138 238 -
CMYK 0.51 0.42 0 0.07
HSL 229.59º 0.78% 0.7% -
HSV(B) 229.59º 0.51% 0.93% -
XYZ 31.86 28.13 84.64 -
YUV 143.12 181.54 109.37 -
System Red Green Blue C M Y K H S L
Decimal 117 138 238 0.51 0.42 0 0.07 229.59 0.78 0.7
Hex 75 8A EE 33 2A 0 7 E6 4E 46
Octal 165 212 356 63 52 0 7 346 116 106
Binary 1110101 10001010 11101110 110011 101010 0 111 11100110 1001110 1000110

Color Harmonies of #758AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758AEE

Black with #758AEE

Text Example


Text Example

White with #758AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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