Html Css Color HEX #7385EE Cornflower Blue

📋 copy color: '#7385EE'

red 115 ◦ green 133 ◦ blue 238

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

Shades of Cornflower Blue #7385EE

Tints of Cornflower Blue #7385EE

RGB

 RED value IS 115 (45.31% from 255) = 23.66%

 GREEN value IS 133 (52.34% from 255) = 27.37%

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

R = 23.66%
G = 27.37%
B = 48.97%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7385EE (or 0x7385EE) is known color: Cornflower Blue. HEX triplet: 73, 85 and EE. RGB value is (115,133,238). Sum of RGB (Red+Green+Blue) = 115+133+238=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #7385EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385EE is #8C7A11. Grayscale: #8B8B8B. Windows color (decimal): -9206290 or 15631731. OLE color: 15631731.

HSL color Cylindrical-coordinate representation of color #7385EE: hue angle of 231.22º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7385EE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 133 238 -
CMYK 0.52 0.44 0 0.07
HSL 231.22º 0.78% 0.69% -
HSV(B) 231.22º 0.52% 0.93% -
XYZ 30.89 26.59 84.39 -
YUV 139.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 115 133 238 0.52 0.44 0 0.07 231.22 0.78 0.69
Hex 73 85 EE 34 2C 0 7 E7 4E 45
Octal 163 205 356 64 54 0 7 347 116 105
Binary 1110011 10000101 11101110 110100 101100 0 111 11100111 1001110 1000101

Color Harmonies of #7385EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385EE

Black with #7385EE

Text Example


Text Example

White with #7385EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7385EE; }

 p { color: rgb(115,133,238); }

 H1.HeaderClassName
 {
   color: #7385EE;
 }
 .AnyTagClassName
 {
   color: #7385EE;
 }
</style>

background-color css

<style>
 a { background-color: #7385EE; }

 a { background-color: rgb(115,133,238); }

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

border-color css

<style>
 span { border-color: #7385EE; }

 span { border-color: rgb(115,133,238); }

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