Html Css Color HEX #7385EF Cornflower Blue

📋 copy color: '#7385EF'

red 115 ◦ green 133 ◦ blue 239

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

Shades of Cornflower Blue #7385EF

Tints of Cornflower Blue #7385EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 23.61%
G = 27.31%
B = 49.08%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7385EF (or 0x7385EF) is known color: Cornflower Blue. HEX triplet: 73, 85 and EF. RGB value is (115,133,239). Sum of RGB (Red+Green+Blue) = 115+133+239=487 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.61% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #7385EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7385EF is #8C7A10. Grayscale: #8B8B8B. Windows color (decimal): -9206289 or 15697267. OLE color: 15697267.

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

Color convert

RGB 115 133 239 -
CMYK 0.52 0.44 0 0.06
HSL 231.29º 0.79% 0.69% -
HSV(B) 231.29º 0.52% 0.94% -
XYZ 31.04 26.65 85.17 -
YUV 139.7 184.04 110.38 -
System Red Green Blue C M Y K H S L
Decimal 115 133 239 0.52 0.44 0 0.06 231.29 0.79 0.69
Hex 73 85 EF 34 2C 0 6 E7 4F 45
Octal 163 205 357 64 54 0 6 347 117 105
Binary 1110011 10000101 11101111 110100 101100 0 110 11100111 1001111 1000101

Color Harmonies of #7385EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7385EF

Black with #7385EF

Text Example


Text Example

White with #7385EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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