Html Css Color HEX #7385ED Cornflower Blue

📋 copy color: '#7385ED'

red 115 ◦ green 133 ◦ blue 237

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

Shades of Cornflower Blue #7385ED

Tints of Cornflower Blue #7385ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 23.71%
G = 27.42%
B = 48.87%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7385ED (or 0x7385ED) is known color: Cornflower Blue. HEX triplet: 73, 85 and ED. RGB value is (115,133,237). Sum of RGB (Red+Green+Blue) = 115+133+237=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #7385ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385ED is #8C7A12. Grayscale: #8B8B8B. Windows color (decimal): -9206291 or 15566195. OLE color: 15566195.

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

Color convert

RGB 115 133 237 -
CMYK 0.51 0.44 0 0.07
HSL 231.15º 0.77% 0.69% -
HSV(B) 231.15º 0.51% 0.93% -
XYZ 30.74 26.53 83.62 -
YUV 139.47 183.04 110.54 -
System Red Green Blue C M Y K H S L
Decimal 115 133 237 0.51 0.44 0 0.07 231.15 0.77 0.69
Hex 73 85 ED 33 2C 0 7 E7 4D 45
Octal 163 205 355 63 54 0 7 347 115 105
Binary 1110011 10000101 11101101 110011 101100 0 111 11100111 1001101 1000101

Color Harmonies of #7385ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385ED

Black with #7385ED

Text Example


Text Example

White with #7385ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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